Skip to content

Commit aa55b60

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/pycqa/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/psf/black: 22.12.0 → 23.12.1](psf/black@22.12.0...23.12.1)
1 parent 8d96d01 commit aa55b60

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0 # Jan 19, 2023
5+
rev: v4.5.0 # Jan 19, 2023
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -14,12 +14,12 @@ repos:
1414
- id: python-use-type-annotations
1515

1616
- repo: https://github.com/pycqa/flake8
17-
rev: 6.0.0 # Nov 23, 2022
17+
rev: 7.0.0 # Nov 23, 2022
1818
hooks:
1919
- id: flake8
2020
args: ['--ignore=W503,W504,F401,E121,E123,E126,E133']
2121

2222
- repo: https://github.com/psf/black
23-
rev: 22.12.0 # Dec 22, 2022
23+
rev: 23.12.1 # Dec 22, 2022
2424
hooks:
2525
- id: black

0 commit comments

Comments
 (0)