Skip to content

Commit 3fcbd1c

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.7.0 → 23.12.1](psf/black@23.7.0...23.12.1) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [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 438d547 commit 3fcbd1c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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.7.0 # Replace by any tag/version: https://github.com/psf/black/tags
9+
rev: 23.12.1 # Replace by any tag/version: https://github.com/psf/black/tags
1010
hooks:
1111
- id: black
1212
args: # arguments to configure black
@@ -15,14 +15,14 @@ repos:
1515

1616

1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.12.0
18+
rev: 5.13.2
1919
hooks:
2020
- id: isort
2121
name: isort (python)
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)