Skip to content

Commit 0408758

Browse files
committed
Update ruff
1 parent e7a835c commit 0408758

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
- id: teyit
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.5.7
45+
rev: v0.6.0
4646
hooks:
4747
- id: ruff
4848
language: system

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ flake8-use-fstring = "^1.4"
8383
flake8-variables-names = "^0.0.6"
8484
pep8-naming = "^0.13.3"
8585
pylint = "^3.2.6"
86-
ruff = "^0.5.0"
86+
ruff = "^0.6.0"
8787
darglint = "^1.8.1"
8888
pydoclint = {extras = ["flake8"], version = "^0.5.1"}
8989
teyit = "^0.4.3"

0 commit comments

Comments
 (0)