Skip to content

Commit 3f41528

Browse files
authored
Merge pull request #172 from materialsproject/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2 parents fe657b4 + 18afca0 commit 3f41528

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
@@ -9,7 +9,7 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/myint/autoflake
12-
rev: v1.5.3
12+
rev: v1.6.1
1313
hooks:
1414
- id: autoflake
1515
- repo: https://github.com/psf/black
@@ -47,7 +47,7 @@ repos:
4747
- id: rst-directive-colons
4848
- id: rst-inline-touching-normal
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v0.971
50+
rev: v0.981
5151
hooks:
5252
- id: mypy
5353
files: ^src/
@@ -62,7 +62,7 @@ repos:
6262
stages: [commit, commit-msg]
6363
args: [--ignore-words-list, 'titel,statics,ba,nd,te']
6464
- repo: https://github.com/asottile/pyupgrade
65-
rev: v2.37.3
65+
rev: v2.38.2
6666
hooks:
6767
- id: pyupgrade
6868
args: [--py38-plus]

0 commit comments

Comments
 (0)