Upgrade pre-commit tools; Update black and isort to Python 3.8 profiles

This commit is contained in:
Mike Edmunds
2024-08-07 13:27:40 -07:00
parent 66c677e4ab
commit ae6d730c46
3 changed files with 8 additions and 7 deletions

View File

@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pycqa/doc8
@@ -37,7 +37,7 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-json
- id: check-toml