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.0.1 → v4.5.0](pre-commit/pre-commit-hooks@v4.0.1...v4.5.0)
- [github.com/pycqa/isort: 5.9.3 → 5.13.2](PyCQA/isort@5.9.3...5.13.2)
- [github.com/psf/black: 21.9b0 → 24.3.0](psf/black@21.9b0...24.3.0)
- [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0)
- [github.com/pre-commit/mirrors-mypy: v0.910-1 → v1.9.0](pre-commit/mirrors-mypy@v0.910-1...v1.9.0)
- [github.com/jackdewinter/pymarkdown: 0.9.2 → v0.9.18](jackdewinter/pymarkdown@0.9.2...v0.9.18)
  • Loading branch information
pre-commit-ci[bot] committed Mar 25, 2024
1 parent 7ef1886 commit 6a8d28c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Expand Up @@ -3,7 +3,7 @@
repos:
- # Generic file formatting (not python-specific)
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.5.0
hooks:
- id: check-json
- id: check-toml
Expand All @@ -14,33 +14,33 @@ repos:
- id: check-shebang-scripts-are-executable
- # Sorted imports
repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
- # Format code
repo: https://github.com/psf/black
rev: 21.9b0
rev: 24.3.0
hooks:
- id: black
language_version: python3.9
- # Static analysis
repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.0.0
hooks:
- id: flake8
# See: https://github.com/pre-commit/pre-commit-hooks/issues/112
args: ["--config=.flake8"]
exclude: doc
- # Type hinting/checking
repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1
rev: v1.9.0
hooks:
- id: mypy
exclude: doc
- # Markdown
repo: https://github.com/jackdewinter/pymarkdown
rev: 0.9.2
rev: v0.9.18
hooks:
- id: pymarkdown
# Exclude import-only files
Expand Down

0 comments on commit 6a8d28c

Please sign in to comment.