Skip to content

Commit 6e1ba2d

Browse files
[pre-commit.ci] pre-commit autoupdate
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) - [github.com/psf/black: 22.8.0 → 23.3.0](psf/black@22.8.0...23.3.0)
1 parent 309e586 commit 6e1ba2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: trailing-whitespace
66
- id: check-added-large-files
@@ -14,7 +14,7 @@ repos:
1414
- id: mixed-line-ending
1515
args: ['--fix=no']
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: '5.0.4'
17+
rev: '6.0.0'
1818
hooks:
1919
- id: flake8
2020
additional_dependencies:
@@ -26,6 +26,6 @@ repos:
2626
- pep8-naming
2727

2828
- repo: https://github.com/psf/black
29-
rev: 22.8.0
29+
rev: 23.3.0
3030
hooks:
3131
- id: black

0 commit comments

Comments
 (0)