Skip to content

Commit

Permalink
Merge pull request #317 from Yelp/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
asottile committed Aug 1, 2023
2 parents ee8eb0c + 607004a commit f0474c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -9,7 +9,7 @@ repos:
- id: debug-statements
- id: name-tests-test
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-autopep8
Expand All @@ -22,12 +22,12 @@ repos:
- id: reorder-python-imports
args: [--py38-plus, --application-directories, '.:bench']
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.10.1
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.0
rev: v3.0.1
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/setup-cfg-fmt
Expand Down

0 comments on commit f0474c8

Please sign in to comment.