diff --git a/environment.yml b/environment.yml index 24e27e421e6..38073e7fc7d 100644 --- a/environment.yml +++ b/environment.yml @@ -27,7 +27,7 @@ dependencies: # Dev dependencies (style checks) - codespell - pre-commit - - ruff>=0.3.0 + - ruff>=0.8.0 # Dev dependencies (unit testing) - matplotlib-base - pytest>=6.0 diff --git a/pyproject.toml b/pyproject.toml index 8400da80625..93592333118 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ select = [ "S", # flake8-bandit "SIM", # flake8-simplify "T20", # flake8-print - "TCH", # flake8-type-checking + "TC", # flake8-type-checking "TID", # flake8-tidy-imports "UP", # pyupgrade "W", # pycodestyle warnings