Skip to content

Commit

Permalink
auto-update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
qchempku2017 authored Nov 14, 2023
1 parent 1db1fc6 commit 037ed10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: fix-encoding-pragma
Expand All @@ -18,7 +18,7 @@ repos:
args: ['--maxkb=3000']

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.11.0
hooks:
- id: black

Expand All @@ -38,7 +38,7 @@ repos:
- --profile=black

- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -56,7 +56,7 @@ repos:

# Temporarily downgrade flake8 because it gives 'str' is not callable error.
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.1.0
hooks:
- id: flake8
files: ^WFacer/
Expand Down

0 comments on commit 037ed10

Please sign in to comment.