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.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0)
- [github.com/pycqa/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1)
- [github.com/psf/black: 21.9b0 → 22.6.0](psf/black@21.9b0...22.6.0)
- [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.971](pre-commit/mirrors-mypy@v0.910-1...v0.971)
- [github.com/jackdewinter/pymarkdown: 0.9.2 → v0.9.7](jackdewinter/pymarkdown@0.9.2...v0.9.7)
  • Loading branch information
pre-commit-ci[bot] committed Jul 25, 2022
1 parent 7ef1886 commit 2285b57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.3.0
hooks:
- id: check-json
- id: check-toml
Expand All @@ -14,13 +14,13 @@ repos:
- id: check-shebang-scripts-are-executable
- # Sorted imports
repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.10.1
hooks:
- id: isort
name: isort (python)
- # Format code
repo: https://github.com/psf/black
rev: 21.9b0
rev: 22.6.0
hooks:
- id: black
language_version: python3.9
Expand All @@ -34,13 +34,13 @@ repos:
exclude: doc
- # Type hinting/checking
repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1
rev: v0.971
hooks:
- id: mypy
exclude: doc
- # Markdown
repo: https://github.com/jackdewinter/pymarkdown
rev: 0.9.2
rev: v0.9.7
hooks:
- id: pymarkdown
# Exclude import-only files
Expand Down

0 comments on commit 2285b57

Please sign in to comment.