Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#584)
Browse files Browse the repository at this point in the history
updates:
- [github.com/hadialqattan/pycln: v2.0.4 → v2.1.1](hadialqattan/pycln@v2.0.4...v2.1.1)
- [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Aug 6, 2022
1 parent e451635 commit 0e836ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: v2.0.4
rev: v2.1.1
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.37.2'
rev: 'v2.37.3'
hooks:
- id: pyupgrade
args: ['--py37-plus', '--keep-mock']
Expand All @@ -61,7 +61,7 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
rev: '4.0.1'
rev: '5.0.2'
hooks:
- id: flake8
exclude: '^docs/'
Expand Down

0 comments on commit 0e836ed

Please sign in to comment.