Skip to content

Commit 3ef053c

Browse files
authoredMar 13, 2023
[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) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v2.0.2](PyCQA/autoflake@v1.4...v2.0.2) - [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - https://github.com/pre-commit/mirrors-yapfhttps://github.com/google/yapf - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
1 parent d5dbb45 commit 3ef053c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: "^pyemc/emc/"
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -18,8 +18,8 @@ repos:
1818
args: ["--fix=auto"] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
1919

2020
# If you want to avoid flake8 errors due to unused vars or imports:
21-
- repo: https://github.com/myint/autoflake
22-
rev: v1.4
21+
- repo: https://github.com/PyCQA/autoflake
22+
rev: v2.0.2
2323
hooks:
2424
- id: autoflake
2525
args: [
@@ -29,11 +29,11 @@ repos:
2929
]
3030

3131
- repo: https://github.com/pycqa/isort
32-
rev: 5.10.1
32+
rev: 5.12.0
3333
hooks:
3434
- id: isort
3535

36-
- repo: https://github.com/pre-commit/mirrors-yapf
36+
- repo: https://github.com/google/yapf
3737
rev: 'v0.32.0'
3838
hooks:
3939
- id: yapf
@@ -53,7 +53,7 @@ repos:
5353
# - id: blacken-docs
5454
# additional_dependencies: [black]
5555
- repo: https://github.com/PyCQA/flake8
56-
rev: 5.0.4
56+
rev: 6.0.0
5757
hooks:
5858
- id: flake8
5959
## You can add flake8 plugins via `additional_dependencies`:

0 commit comments

Comments
 (0)