Skip to content

Commit

Permalink
Merge pull request #164 from materialsproject/update/pre-commit-autou…
Browse files Browse the repository at this point in the history
…pdate

Auto-update pre-commit hooks
  • Loading branch information
utf committed Sep 1, 2022
2 parents e7e4133 + 8e3b0e5 commit ad3f188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/myint/autoflake
rev: v1.5.1
rev: v1.5.2
hooks:
- id: autoflake
args:
Expand All @@ -19,7 +19,7 @@ repos:
- --remove-unused-variables
- --ignore-init-module-imports
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand Down

0 comments on commit ad3f188

Please sign in to comment.