Skip to content

Commit

Permalink
Update ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Aug 16, 2024
1 parent 2f114f9 commit 996f56d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
- id: teyit

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.0
hooks:
- id: ruff
language: system
Expand Down
40 changes: 20 additions & 20 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 @@ -80,7 +80,7 @@ flake8-use-fstring = "^1.4"
flake8-variables-names = "^0.0.6"
pep8-naming = "^0.13.3"
pylint = "^3.2.6"
ruff = "^0.5.0"
ruff = "^0.6.0"
darglint = "^1.8.1"
pydoclint = {extras = ["flake8"], version = "^0.5.1"}
teyit = "^0.4.3"
Expand Down

0 comments on commit 996f56d

Please sign in to comment.