Skip to content

Commit

Permalink
specified python_version for flake8-type-checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Dawson committed Oct 23, 2023
1 parent 2ad516a commit f9c769a
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 @@ -82,7 +82,7 @@ test = [
"pytest-cov",
"pytest-xdist",
"flake8",
"flake8-type-checking",
'flake8-type-checking; python_version > "3.7"',
"bandit>=1.7.1",
]
all = [
Expand Down

0 comments on commit f9c769a

Please sign in to comment.