Skip to content

Commit

Permalink
Update pre-commit dependencies (#3314)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani authored Jun 27, 2022
1 parent 137fe44 commit ca48717
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
@@ -1,13 +1,13 @@
exclude: ^(.github|.changes|docs/|boto3/compat.py|boto3/data|CHANGELOG.rst)
repos:
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v4.2.0
rev: v4.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: 'https://github.com/asottile/pyupgrade'
rev: v2.32.1
rev: v2.34.0
hooks:
- id: pyupgrade
args:
Expand Down

0 comments on commit ca48717

Please sign in to comment.