Skip to content

Commit

Permalink
Update pre-commit versions (#3262)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt authored May 11, 2022
1 parent 63ca6a4 commit 6a3ec45
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
@@ -1,26 +1,26 @@
exclude: ^(.github|.changes|docs/|boto3/compat.py|boto3/data|CHANGELOG.rst)
repos:
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v2.3.0
rev: v4.2.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: 'https://github.com/asottile/pyupgrade'
rev: v2.29.0
rev: v2.32.1
hooks:
- id: pyupgrade
args:
- '--py36-plus'
- repo: 'https://github.com/PyCQA/isort'
rev: 5.9.3
rev: 5.10.1
hooks:
- id: isort
- repo: 'https://github.com/psf/black'
rev: 22.3.0
hooks:
- id: black
- repo: 'https://github.com/pycqa/flake8'
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8

0 comments on commit 6a3ec45

Please sign in to comment.