Skip to content

Commit

Permalink
Merge pull request pytest-dev#10127 from pytest-dev/pre-commit-ci-upd…
Browse files Browse the repository at this point in the history
…ate-config
  • Loading branch information
nicoddemus authored Jul 11, 2022
2 parents 7b9f71d + 5c513a5 commit c2b1d5b
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
Expand Up @@ -37,12 +37,12 @@ repos:
- flake8-typing-imports==1.12.0
- flake8-docstrings==1.5.0
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.3.0
rev: v3.8.1
hooks:
- id: reorder-python-imports
args: ['--application-directories=.:src', --py37-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.37.1
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down

0 comments on commit c2b1d5b

Please sign in to comment.