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/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0)
- [github.com/asottile/pyupgrade: v2.34.0 → v2.37.3](asottile/pyupgrade@v2.34.0...v2.37.3)
- [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v1.7.0](pre-commit/mirrors-autopep8@v1.6.0...v1.7.0)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
- [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 15, 2022
1 parent d601574 commit 4556022
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ 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"]
- repo: https://github.com/asottile/yesqa
rev: v1.3.0
rev: v1.4.0
hooks:
- id: yesqa
- repo: https://github.com/pycqa/isort
Expand All @@ -43,16 +43,16 @@ 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"]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: "v1.6.0"
rev: "v1.7.0"
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
rev: "4.0.1"
rev: "5.0.4"
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 4556022

Please sign in to comment.