Skip to content

Commit

Permalink
move pyupgrade before black
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Dec 9, 2023
1 parent a8cfd77 commit 048df36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ repos:
- id: check-toml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/psf/black
rev: 23.9.1
hooks:
Expand Down Expand Up @@ -43,8 +48,3 @@ repos:
hooks:
- id: mypy
exclude: 'tests/|fixtures/'
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py38-plus]

0 comments on commit 048df36

Please sign in to comment.