Skip to content

Commit

Permalink
chore: fix pylint 3.8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pkucmus committed Jan 30, 2025
1 parent b936146 commit dd0f0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: codecov/codecov-action@v3
- name: Linters
run: |
pylint ariadne tests
pylint --py-version=3.8 ariadne tests
mypy ariadne tests_mypy --ignore-missing-imports --check-untyped-defs
black --check .
- name: Benchmark
Expand Down

0 comments on commit dd0f0c9

Please sign in to comment.