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.12.0](PyCQA/isort@5.9.3...5.12.0)
- [github.com/psf/black: 21.9b0 → 23.10.1](psf/black@21.9b0...23.10.1)
- [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.910-1 → v1.6.1](pre-commit/mirrors-mypy@v0.910-1...v1.6.1)
- [github.com/jackdewinter/pymarkdown: 0.9.2 → v0.9.14](jackdewinter/pymarkdown@0.9.2...v0.9.14)
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2023
1 parent 7ef1886 commit 863e016
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.12.0
hooks:
- id: isort
name: isort (python)
- # Format code
repo: https://github.com/psf/black
rev: 21.9b0
rev: 23.10.1
hooks:
- id: black
language_version: python3.9
- # Static analysis
repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.1.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.6.1
hooks:
- id: mypy
exclude: doc
- # Markdown
repo: https://github.com/jackdewinter/pymarkdown
rev: 0.9.2
rev: v0.9.14
hooks:
- id: pymarkdown
# Exclude import-only files
Expand Down

0 comments on commit 863e016

Please sign in to comment.