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/Lucas-C/pre-commit-hooks: v1.1.9 → v1.5.5](Lucas-C/pre-commit-hooks@v1.1.9...v1.5.5)
- [github.com/thlorenz/doctoc.git: v1.4.0 → v2.2.0](https://github.com/thlorenz/doctoc.git/compare/v1.4.0...v2.2.0)
- [github.com/psf/black: 20.8b1 → 24.10.0](psf/black@20.8b1...24.10.0)
- [github.com/pre-commit/pre-commit-hooks: v3.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v3.3.0...v5.0.0)
- [github.com/pre-commit/pygrep-hooks: v1.6.0 → v1.10.0](pre-commit/pygrep-hooks@v1.6.0...v1.10.0)
- [github.com/adrienverge/yamllint: v1.25.0 → v1.35.1](adrienverge/yamllint@v1.25.0...v1.35.1)
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.6.4 → 5.13.2](PyCQA/isort@5.6.4...5.13.2)
- [github.com/pycqa/pydocstyle: 5.1.1 → 6.3.0](PyCQA/pydocstyle@5.1.1...6.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent a1a1fc9 commit 41f416f
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
Expand Up @@ -15,14 +15,14 @@
# specific language governing permissions and limitations
# under the License.
---
default_stages: [commit, push]
default_stages: [Nonepre-commitNone, Nonepre-pushNone]
default_language_version:
# force all unspecified python hooks to run python3
python: python3
minimum_pre_commit_version: "1.20.0"
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.9
rev: v1.5.5
hooks:
- id: forbid-tabs
exclude: ^docs/Makefile$|^clients/gen/go.sh
Expand Down Expand Up @@ -138,7 +138,7 @@ repos:
- --fuzzy-match-generates-todo
files: \.mermaid$
- repo: https://github.com/thlorenz/doctoc.git
rev: v1.4.0
rev: v2.2.0
hooks:
- id: doctoc
name: Add TOC for md files
Expand All @@ -156,14 +156,14 @@ repos:
hooks:
- id: check-hooks-apply
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 24.10.0
hooks:
- id: black
files: api_connexion/.*\.py|.*providers.*\.py|^chart/tests/.*\.py
exclude: .*kubernetes_pod\.py|.*google/common/hooks/base_google\.py$
args: [--config=./pyproject.toml]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: debug-statements
Expand All @@ -178,29 +178,29 @@ repos:
args:
- --remove
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.6.0
rev: v1.10.0
hooks:
- id: rst-backticks
- id: python-no-log-warn
- repo: https://github.com/adrienverge/yamllint
rev: v1.25.0
rev: v1.35.1
hooks:
- id: yamllint
name: Check yaml files with yamllint
entry: yamllint -c yamllint-config.yml --strict
types: [yaml]
exclude:
^.*init_git_sync\.template\.yaml$|^.*airflow\.template\.yaml$|^chart/(?:templates|files)/.*\.yaml
- repo: https://github.com/timothycrosley/isort
rev: 5.6.4
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
name: Run isort to sort imports
types: [python]
# To keep consistent with the global isort skip config defined in setup.cfg
exclude: ^build/.*$|^.tox/.*$|^venv/.*$|.*api_connexion/.*\.py|.*providers.*\.py
- repo: https://github.com/pycqa/pydocstyle
rev: 5.1.1
rev: 6.3.0
hooks:
- id: pydocstyle
name: Run pydocstyle
Expand Down

0 comments on commit 41f416f

Please sign in to comment.