Skip to content

Commit 1a6fc88

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/psf/black: 23.3.0 → 23.10.1](psf/black@23.3.0...23.10.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.4](Lucas-C/pre-commit-hooks@v1.5.1...v1.5.4)
1 parent 4793dc1 commit 1a6fc88

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,12 +1,12 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black
9-
rev: 23.3.0 # Replace by any tag/version: https://github.com/psf/black/tags
9+
rev: 23.10.1 # Replace by any tag/version: https://github.com/psf/black/tags
1010
hooks:
1111
- id: black
1212
args: # arguments to configure black
@@ -22,7 +22,7 @@ repos:
2222

2323
# flake8
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 6.0.0
25+
rev: 6.1.0
2626
hooks:
2727
- id: flake8
2828
args: # arguments to configure flake8
@@ -33,7 +33,7 @@ repos:
3333
# https://flake8.pycqa.org/en/latest/user/error-codes.html
3434
- "--ignore=E203,E266,E501,W503,F403,F401,E402,W605,E302"
3535
- repo: https://github.com/Lucas-C/pre-commit-hooks
36-
rev: v1.5.1
36+
rev: v1.5.4
3737
hooks:
3838
- id: insert-license
3939
files: "^.*py$"

0 commit comments

Comments
 (0)