Skip to content

Commit eb6e94b

Browse files
[pre-commit.ci] pre-commit autoupdate (#505)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pylint-dev/pylint: v3.3.7 → v3.3.8](pylint-dev/pylint@v3.3.7...v3.3.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c31cef5 commit eb6e94b

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
exclude: "tests/data/format/no_whitespace_stripper|tests/data/format/whitespace_stripper|tests/data/format/quotes_type|tests/data/format/newlines|tests/test_config.py"
@@ -39,7 +39,7 @@ repos:
3939
- id: flake8
4040
exclude: *test-data
4141
- repo: https://github.com/pylint-dev/pylint
42-
rev: v3.3.7
42+
rev: v3.3.8
4343
hooks:
4444
- id: pylint
4545
exclude: *test-data

0 commit comments

Comments
 (0)