Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/hadialqattan/pycln: v1.3.5 → v2.0.3](hadialqattan/pycln@v1.3.5...v2.0.3)
- [github.com/asottile/pyupgrade: v2.34.0 → v2.37.1](asottile/pyupgrade@v2.34.0...v2.37.1)
  • Loading branch information
pre-commit-ci[bot] authored and hramezani committed Jul 19, 2022
1 parent 8944c14 commit c12ce22
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 @@ -4,7 +4,7 @@ repos:
hooks:
- id: check-merge-conflict
- repo: https://github.com/hadialqattan/pycln
rev: v1.3.5
rev: v2.0.3
hooks:
- id: pycln
args: ['--all']
Expand Down Expand Up @@ -47,7 +47,7 @@ repos:
- id: detect-private-key
exclude: ^examples|(?:tests/ssl)/
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.34.0'
rev: 'v2.37.1'
hooks:
- id: pyupgrade
args: ['--py37-plus', '--keep-mock']
Expand Down

0 comments on commit c12ce22

Please sign in to comment.