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.1.1](hadialqattan/pycln@v1.3.5...v2.1.1)
- [github.com/asottile/pyupgrade: v2.34.0 → v2.37.3](asottile/pyupgrade@v2.34.0...v2.37.3)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2)
- [github.com/adrienverge/yamllint: v1.26.3 → v1.27.1](adrienverge/yamllint@v1.26.3...v1.27.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 1, 2022
1 parent 740d1e7 commit 5a24b60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: detect-private-key
exclude: ^examples|(?:tests/ssl)/
- repo: https://github.com/hadialqattan/pycln
rev: v1.3.5
rev: v2.1.1
hooks:
- id: pycln
args: ["--all"]
Expand All @@ -43,7 +43,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: "v2.34.0"
rev: "v2.37.3"
hooks:
- id: pyupgrade
args: ["--py36-plus", "--keep-mock"]
Expand All @@ -52,7 +52,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 All @@ -63,6 +63,6 @@ repos:
files: >-
^[^/]+[.]rst$
- repo: https://github.com/adrienverge/yamllint
rev: "v1.26.3"
rev: "v1.27.1"
hooks:
- id: yamllint

0 comments on commit 5a24b60

Please sign in to comment.