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.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0)
- [github.com/psf/black: 22.6.0 → 24.4.0](psf/black@22.6.0...24.4.0)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v3.8.1 → v3.12.0](asottile/reorder-python-imports@v3.8.1...v3.12.0)
- [github.com/pycqa/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2024
1 parent 284ee16 commit 8162401
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -2,23 +2,23 @@ default_language_version:
python: python3.9
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: check-json
- id: pretty-format-json
args: ['--autofix']
additional_dependencies: ['flake8-mutable', 'flake8-comprehensions']
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.4.0
hooks:
- id: black
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.1
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 7.0.0
hooks:
- id: flake8
args: ['--max-line-length', '120']

0 comments on commit 8162401

Please sign in to comment.