Skip to content

Commit

Permalink
pre-commit autoupdate to correct build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
posita committed Jul 27, 2023
1 parent 0c231f4 commit e532f67
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 @@ -4,7 +4,7 @@ repos:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: end-of-file-fixer
# See <https://docs.python.org/3/library/re.html#re.X>
Expand Down Expand Up @@ -39,14 +39,14 @@ repos:
- id: check-xml
- id: check-yaml
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8

0 comments on commit e532f67

Please sign in to comment.