Skip to content

Commit

Permalink
Bump ruff -> 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-ryan committed Mar 19, 2024
1 parent e08c135 commit 5df4934
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
hooks:
- id: mypy
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.3.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ output = "docs/coverage/coverage.xml"
[tool.flit.module]
name = "behave_cucumber_matcher"

[tool.isort]
profile = "black"
src_paths = "behave_cucumber_matcher"

[tool.mypy]
exclude = "tests|venv"
files = "."
Expand Down Expand Up @@ -98,7 +94,7 @@ show_complexity = true
show_mi = true
total_average = true

[tool.ruff]
[tool.ruff.lint]
ignore = [
"ANN",
"COM812",
Expand All @@ -116,5 +112,5 @@ select = [
"ALL",
]

[tool.ruff.pydocstyle]
[tool.ruff.lint.pydocstyle]
convention = "google"
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pre-commit==3.6.2
pyprojectsort==0.3.0
radon[toml]==6.0.1
removestar==1.5
ruff==0.1.9
ruff==0.3.3

0 comments on commit 5df4934

Please sign in to comment.