Skip to content

Commit f095f22

Browse files
Merge pull request #26 from kevinshen56714/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f32daee + 76da48b commit f095f22

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
@@ -2,7 +2,7 @@ exclude: "^pyemc/emc/"
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -29,12 +29,12 @@ repos:
2929
]
3030

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

3636
- repo: https://github.com/google/yapf
37-
rev: 'v0.40.2'
37+
rev: 'v0.43.0'
3838
hooks:
3939
- id: yapf
4040
# https://github.com/pre-commit/mirrors-yapf/issues/15
@@ -53,7 +53,7 @@ repos:
5353
# - id: blacken-docs
5454
# additional_dependencies: [black]
5555
- repo: https://github.com/PyCQA/flake8
56-
rev: 7.1.0
56+
rev: 7.3.0
5757
hooks:
5858
- id: flake8
5959
## You can add flake8 plugins via `additional_dependencies`:

0 commit comments

Comments
 (0)