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.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/hadialqattan/pycln: v1.3.5 → v2.4.0](hadialqattan/pycln@v1.3.5...v2.4.0)
- [github.com/asottile/yesqa: v1.3.0 → v1.5.0](asottile/yesqa@v1.3.0...v1.5.0)
- [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/psf/black: 22.6.0 → 23.12.0](psf/black@22.6.0...23.12.0)
- [github.com/asottile/pyupgrade: v2.34.0 → v3.15.0](asottile/pyupgrade@v2.34.0...v3.15.0)
- https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8
- [github.com/hhatto/autopep8: v1.6.0 → v2.0.4](hhatto/autopep8@v1.6.0...v2.0.4)
- [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0)
- [github.com/adrienverge/yamllint: v1.26.3 → v1.33.0](adrienverge/yamllint@v1.26.3...v1.33.0)
  • Loading branch information
pre-commit-ci[bot] committed Dec 18, 2023
1 parent 790ec8b commit 0743b76
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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.5.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.4.0
hooks:
- id: pycln
args: ["--all"]
- repo: https://github.com/asottile/yesqa
rev: v1.3.0
rev: v1.5.0
hooks:
- id: yesqa
- repo: https://github.com/pycqa/isort
rev: "5.10.1"
rev: "5.13.2"
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: "22.6.0"
rev: "23.12.0"
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: "v2.34.0"
rev: "v3.15.0"
hooks:
- id: pyupgrade
args: ["--py37-plus", "--keep-mock"]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: "v1.6.0"
- repo: https://github.com/hhatto/autopep8
rev: "v2.0.4"
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
rev: "4.0.1"
rev: "6.1.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.33.0"
hooks:
- id: yamllint

0 comments on commit 0743b76

Please sign in to comment.