Skip to content

Commit

Permalink
tools: bump ruff to 0.4.5 and fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed May 23, 2024
1 parent 58acbcc commit ffc3db5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pytest-cov
coverage[toml]

# code-linting
ruff ==0.4.4
ruff ==0.4.5

# typing
mypy ==1.10.0
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ extend-exclude = [
]

[tool.ruff.lint]
ignore-init-module-imports = true
select = [
# pycodestyle
"E",
Expand Down

0 comments on commit ffc3db5

Please sign in to comment.