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.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/FHPythonUtils/LicenseCheck: 2024.2 → 2024.3](FHPythonUtils/LicenseCheck@2024.2...2024.3)
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.29.4](python-jsonschema/check-jsonschema@0.29.2...0.29.4)
- [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0)
- [github.com/asottile/pyupgrade: v3.16.0 → v3.18.0](asottile/pyupgrade@v3.16.0...v3.18.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.6.6 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.6...v0.7.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.12.1](pre-commit/mirrors-mypy@v1.11.2...v1.12.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent 8ddc8ef commit 5493ef3
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
Expand Up @@ -9,7 +9,7 @@ ci:
# <https://github.com/pre-commit/pre-commit-hooks>
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand All @@ -30,7 +30,7 @@ repos:
- id: reuse
name: Check license headers (REUSE)
- repo: https://github.com/FHPythonUtils/LicenseCheck
rev: '2024.2'
rev: '2024.3'
hooks:
- id: licensecheck
language: python
Expand All @@ -42,7 +42,7 @@ repos:
- id: validate-cff
name: Validate CITATION.cff file
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
name: Formatting Python code (black)
Expand All @@ -66,7 +66,7 @@ repos:
name: Fixing common spelling mistakes
args: [--write-changes, -L, assertIn]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
rev: 0.29.4
hooks:
- id: check-github-workflows
name: Check GitHub Workflow configuration
Expand All @@ -81,7 +81,7 @@ repos:
- id: docformatter
name: Fixing docstring formatting
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.42.0
hooks:
- id: markdownlint
name: Fixing markdown linting errors
Expand All @@ -92,7 +92,7 @@ repos:
- id: absolufy-imports
name: Make python imports absolute
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.18.0
hooks:
- id: pyupgrade
name: Upgrade common mistakes
Expand All @@ -112,8 +112,8 @@ repos:
- flake8-pyproject
- pep8-naming
- pydoclint
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.6.6
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
hooks:
- id: ruff
name: Linting Python code (ruff)
Expand All @@ -126,7 +126,7 @@ repos:
- id: pretty-format-toml
args: [--autofix]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.12.1
hooks:
- id: mypy
name: Static typechecking (mypy)
Expand Down

0 comments on commit 5493ef3

Please sign in to comment.