Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#664)
Browse files Browse the repository at this point in the history
updates:
- [github.com/hadialqattan/pycln: v2.1.5 → v2.2.0](hadialqattan/pycln@v2.1.5...v2.2.0)
- [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](asottile/pyupgrade@v3.9.0...v3.10.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Aug 6, 2023
1 parent 172c3ef commit 8d602dc
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.1.5
rev: v2.2.0
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: 'v3.9.0'
rev: 'v3.10.1'
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: '6.0.0'
rev: '6.1.0'
hooks:
- id: flake8
exclude: '^docs/'
Expand Down

0 comments on commit 8d602dc

Please sign in to comment.