Skip to content

Commit 98211ad

Browse files
[pre-commit.ci] pre-commit autoupdate (#42)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 601fad3 commit 98211ad

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
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
@@ -29,6 +29,6 @@ repos:
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/pycqa/flake8
32-
rev: 5.0.4
32+
rev: 6.0.0
3333
hooks:
3434
- id: flake8

0 commit comments

Comments
 (0)