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/asottile/add-trailing-comma.git: v2.4.0 → v3.1.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.4.0...v3.1.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v4.0.0-alpha.8)
- [github.com/psf/black.git: 23.3.0 → 24.10.0](https://github.com/psf/black.git/compare/23.3.0...24.10.0)
- [github.com/streetsidesoftware/cspell-cli: v6.31.0 → v8.15.1](streetsidesoftware/cspell-cli@v6.31.0...v8.15.1)
- [github.com/Lucas-C/pre-commit-hooks.git: v1.5.1 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.5)
- [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v5.0.0)
- [github.com/codespell-project/codespell: v2.2.4 → v2.3.0](codespell-project/codespell@v2.2.4...v2.3.0)
- [github.com/adrienverge/yamllint.git: v1.31.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.31.0...v1.35.1)
- [github.com/PyCQA/flake8.git: 6.0.0 → 7.1.1](https://github.com/PyCQA/flake8.git/compare/6.0.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy.git: v1.3.0 → v1.11.2](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.3.0...v1.11.2)
- [github.com/pycqa/pylint.git: v3.0.0a6 → v3.3.1](https://github.com/pycqa/pylint.git/compare/v3.0.0a6...v3.3.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 182f112 commit 9f1b44a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/asottile/add-trailing-comma.git
rev: v2.4.0
rev: v3.1.0
hooks:
- id: add-trailing-comma
args:
- --py36-plus
stages: ["manual"]

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: Sort import statements using isort

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
additional_dependencies:
Expand All @@ -27,24 +27,24 @@ repos:
- prettier-plugin-jinja-template

- repo: https://github.com/psf/black.git
rev: 23.3.0
rev: 24.10.0
hooks:
- id: black
language_version: python3

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v6.31.0
rev: v8.15.1
hooks:
- id: cspell
name: Spell check with cspell

- repo: https://github.com/Lucas-C/pre-commit-hooks.git
rev: v1.5.1
rev: v1.5.5
hooks:
- id: remove-tabs

- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.4.0
rev: v5.0.0
hooks:
# Side-effects:
- id: trailing-whitespace
Expand All @@ -70,20 +70,20 @@ repos:
- id: check-json5

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.3.0
hooks:
- id: codespell

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.31.0
rev: v1.35.1
hooks:
- id: yamllint
args:
- --strict
types: [file, yaml]

- repo: https://github.com/PyCQA/flake8.git
rev: 6.0.0
rev: 7.1.1
hooks:
- id: flake8
alias: flake8
Expand All @@ -94,7 +94,7 @@ repos:
- darglint
- flake8-docstrings
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.3.0
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -104,7 +104,7 @@ repos:
- types-Flask

- repo: https://github.com/pycqa/pylint.git
rev: v3.0.0a6
rev: v3.3.1
hooks:
- id: pylint
args:
Expand Down

0 comments on commit 9f1b44a

Please sign in to comment.