Skip to content

Commit 8dcea72

Browse files
committed
Update ruff
1 parent e2403ba commit 8dcea72

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
@@ -80,7 +80,7 @@ flake8-use-fstring = "^1.4"
8080
flake8-variables-names = "^0.0.6"
8181
pep8-naming = "^0.13.3"
8282
pylint = "^3.2.6"
83-
ruff = "^0.5.0"
83+
ruff = "^0.6.0"
8484
darglint = "^1.8.1"
8585
pydoclint = {extras = ["flake8"], version = "^0.5.1"}
8686
teyit = "^0.4.3"

0 commit comments

Comments
 (0)