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/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/hadialqattan/pycln: v1.3.5 → v2.1.3](hadialqattan/pycln@v1.3.5...v2.1.3)
- [github.com/asottile/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0)
- [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/psf/black: 22.6.0 → 23.3.0](psf/black@22.6.0...23.3.0)
- [github.com/asottile/pyupgrade: v2.34.0 → v3.4.0](asottile/pyupgrade@v2.34.0...v3.4.0)
- [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v2.0.2](pre-commit/mirrors-autopep8@v1.6.0...v2.0.2)
- [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
- [github.com/adrienverge/yamllint: v1.26.3 → v1.32.0](adrienverge/yamllint@v1.26.3...v1.32.0)
  • Loading branch information
pre-commit-ci[bot] authored May 22, 2023
1 parent 790ec8b commit b90962e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.3.0"
rev: "v4.4.0"
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
Expand All @@ -24,34 +24,34 @@ repos:
- id: detect-private-key
exclude: ^examples|(?:tests/ssl)/
- repo: https://github.com/hadialqattan/pycln
rev: v1.3.5
rev: v2.1.3
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
rev: "5.10.1"
rev: "5.12.0"
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: "22.6.0"
rev: "23.3.0"
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: "v2.34.0"
rev: "v3.4.0"
hooks:
- id: pyupgrade
args: ["--py37-plus", "--keep-mock"]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: "v1.6.0"
rev: "v2.0.2"
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
rev: "4.0.1"
rev: "6.0.0"
hooks:
- id: flake8
exclude: "^docs/"
Expand All @@ -61,6 +61,6 @@ repos:
- id: rst-linter
files: ^[^/]+[.]rst$
- repo: https://github.com/adrienverge/yamllint
rev: "v1.26.3"
rev: "v1.32.0"
hooks:
- id: yamllint

0 comments on commit b90962e

Please sign in to comment.