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/psf/black.git: 24.3.0 → 24.10.0](https://github.com/psf/black.git/compare/24.3.0...24.10.0)
- [github.com/streetsidesoftware/cspell-cli: v8.6.1 → v8.17.0](streetsidesoftware/cspell-cli@v8.6.1...v8.17.0)
- [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v5.0.0)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/PyCQA/flake8.git: 5.0.4 → 7.1.1](https://github.com/PyCQA/flake8.git/compare/5.0.4...7.1.1)
- [github.com/pre-commit/mirrors-mypy.git: v1.9.0 → v1.14.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.9.0...v1.14.0)
- [github.com/pycqa/pylint.git: v3.1.0 → v3.3.3](https://github.com/pycqa/pylint.git/compare/v3.1.0...v3.3.3)
  • Loading branch information
pre-commit-ci[bot] authored Dec 30, 2024
1 parent 201e8f8 commit ef68f17
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ repos:
- prettier-plugin-toml

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

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.6.1
rev: v8.17.0
hooks:
- id: cspell
name: Spell check with cspell
Expand All @@ -62,7 +62,7 @@ repos:
- id: remove-tabs

- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.5.0
rev: v5.0.0
hooks:
# Side-effects:
- id: trailing-whitespace
Expand All @@ -82,7 +82,7 @@ repos:
- id: debug-statements

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

Expand All @@ -95,7 +95,7 @@ repos:
types: [file, yaml]

- repo: https://github.com/PyCQA/flake8.git
rev: 5.0.4
rev: 7.1.1
hooks:
- id: flake8
alias: flake8
Expand All @@ -107,7 +107,7 @@ repos:
- flake8-docstrings # uses pydocstyle

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.9.0
rev: v1.14.0
hooks:
- id: mypy
alias: mypy-py311
Expand All @@ -121,7 +121,7 @@ repos:
pass_filenames: false

- repo: https://github.com/pycqa/pylint.git
rev: v3.1.0
rev: v3.3.3
hooks:
- id: pylint
args:
Expand Down

0 comments on commit ef68f17

Please sign in to comment.