Skip to content

Commit

Permalink
make versions consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed May 13, 2024
1 parent df719ca commit b21d41f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:

# Ruff linter, replacement for flake8, isort, pydocstyle
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.4.2'
rev: 'v0.4.1'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ multi_line_output = 3

[tool.ruff]
extend-select = ["E", "F", "W", "D"]
lint.ignore = ["D212", "D203"]
lint.unfixable = ["ERA"]
ignore = ["D212", "D203"]
unfixable = ["ERA"]

[tool.ruff.lint.per-file-ignores]
[tool.ruff.per-file-ignores]
"test_*.py" = ["D"]

[tool.mypy]
Expand Down

0 comments on commit b21d41f

Please sign in to comment.