Skip to content

Commit

Permalink
align pre-commit hooks with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Oct 23, 2023
1 parent 0c2a0d2 commit b1cd3cb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
repos:
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: 'https://github.com/asottile/pyupgrade'
rev: v2.37.3
hooks:
- id: pyupgrade
args:
- '--py38-plus'
- repo: 'https://github.com/psf/black'
rev: 22.8.0
hooks:
- id: black
- repo: 'https://github.com/PyCQA/isort'
rev: 5.12.0
hooks:
- id: isort
- repo: 'https://github.com/pycqa/flake8'
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
- repo: 'https://github.com/asottile/pyupgrade'
rev: v3.3.2
hooks:
- id: pyupgrade
args:
- '--py36-plus'
- repo: 'https://github.com/psf/black'
rev: 23.3.0
hooks:
- id: black

0 comments on commit b1cd3cb

Please sign in to comment.