Skip to content

Commit

Permalink
ensuring ruff version is 1.1.13 or later to avoid issues with latest …
Browse files Browse the repository at this point in the history
…changes to rule A003
  • Loading branch information
bandophahita committed Jan 15, 2024
1 parent 5f2f043 commit ba68afb
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
language_version: python3.12
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.11
rev: v0.1.13
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
58 changes: 29 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ isort = {version = "*", optional = true}
mypy = {version = "*", optional = true}
pre-commit = {version = "*", optional = true}
pytest = {version = "*", optional = true}
ruff = {version = "*", optional = true}
ruff = {version = ">=0.1.13", optional = true}
sphinx = {version = "*", optional = true}
tox = {version = "*", optional = true}

Expand Down

0 comments on commit ba68afb

Please sign in to comment.