Skip to content

Commit bde628f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.291](astral-sh/ruff-pre-commit@v0.0.287...v0.0.291) - [github.com/pre-commit/pre-commit-hooks.git: v4.1.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.1.0...v4.4.0) - [github.com/adrienverge/yamllint.git: v1.26.3 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.32.0) - [github.com/pylint-dev/pylint: v2.17.5 → v3.0.0b0](pylint-dev/pylint@v2.17.5...v3.0.0b0)
1 parent 8d1ca81 commit bde628f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.0.287"
3+
rev: "v0.0.291"
44
hooks:
55
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]
@@ -9,7 +9,7 @@ repos:
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pre-commit/pre-commit-hooks.git
12-
rev: v4.1.0
12+
rev: v4.4.0
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
@@ -19,7 +19,7 @@ repos:
1919
- id: check-merge-conflict
2020
- id: debug-statements
2121
- repo: https://github.com/adrienverge/yamllint.git
22-
rev: v1.26.3
22+
rev: v1.32.0
2323
hooks:
2424
- id: yamllint
2525
files: \.(yaml|yml)$
@@ -43,7 +43,7 @@ repos:
4343
- types-PyYAML
4444
- types-dataclasses
4545
- repo: https://github.com/pylint-dev/pylint
46-
rev: v2.17.5
46+
rev: v3.0.0b0
4747
hooks:
4848
- id: pylint
4949
additional_dependencies:

0 commit comments

Comments
 (0)