Skip to content

Commit

Permalink
Fix flake8 min python version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdg5 committed Apr 4, 2024
1 parent e6108ba commit 313176b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ target-version = ["py39"]
[tool.flake8]
ignore = ["E203", "E251", "E701", "N805", "W503", "DAR101", "DAR201", "DAR301", "DAR401"]
max-line-length = 88
min_python_version = "3.10.0"
min_python_version = "3.9.0"

[tool.isort]
include_trailing_comma = true
Expand Down

0 comments on commit 313176b

Please sign in to comment.