Skip to content

Commit dcad7af

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.5.1](astral-sh/ruff-pre-commit@v0.4.8...v0.5.1) - [github.com/PyCQA/pylint: v3.2.3 → v3.2.5](pylint-dev/pylint@v3.2.3...v3.2.5)
1 parent e7f54fc commit dcad7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
args: [--pytest-test-first]
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
1919
# Ruff version.
20-
rev: v0.4.8
20+
rev: v0.5.1
2121
hooks:
2222
# Run the linter.
2323
- id: ruff
@@ -31,7 +31,7 @@ repos:
3131
# Run the formatter.
3232
- id: ruff-format
3333
- repo: https://github.com/PyCQA/pylint
34-
rev: v3.2.3
34+
rev: v3.2.5
3535
hooks:
3636
- id: pylint
3737
args:

0 commit comments

Comments
 (0)