We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db84f7 commit 024359cCopy full SHA for 024359c
environment.yml
@@ -27,7 +27,7 @@ dependencies:
27
# Dev dependencies (style checks)
28
- codespell
29
- pre-commit
30
- - ruff>=0.3.0
+ - ruff>=0.8.0
31
# Dev dependencies (unit testing)
32
- matplotlib-base
33
- pytest>=6.0
pyproject.toml
@@ -117,7 +117,7 @@ select = [
117
"S", # flake8-bandit
118
"SIM", # flake8-simplify
119
"T20", # flake8-print
120
- "TCH", # flake8-type-checking
+ "TC", # flake8-type-checking
121
"TID", # flake8-tidy-imports
122
"UP", # pyupgrade
123
"W", # pycodestyle warnings
0 commit comments