Skip to content

Commit

Permalink
Don't lint autogenerated _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Sep 29, 2023
1 parent 75ffa2e commit 254f3ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ testpaths = tests
# W503 line break before binary operator
ignore = W503
max-line-length = 99
exclude = lib/,src/,docs/,bin/
exclude = lib/,src/,docs/,bin/,pytest_django/_version.py

[isort]
forced_separate = tests,pytest_django,pytest_django_test
Expand All @@ -74,6 +74,7 @@ include_trailing_comma = true
line_length = 79
multi_line_output = 5
lines_after_imports = 2
extend_skip = pytest_django/_version.py

[mypy]
check_untyped_defs = True
Expand Down

0 comments on commit 254f3ff

Please sign in to comment.