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.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/pycqa/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
- https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8
- [github.com/hhatto/autopep8: v2.0.2 → v2.3.1](hhatto/autopep8@v2.0.2...v2.3.1)
- [github.com/asottile/reorder-python-imports: v3.10.0 → v3.13.0](asottile/reorder-python-imports@v3.10.0...v3.13.0)
- [github.com/asottile/add-trailing-comma: v3.0.0 → v3.1.0](asottile/add-trailing-comma@v3.0.0...v3.1.0)
- [github.com/jkittner/double-indent: 0.1.4 → 0.1.5](jkittner/double-indent@0.1.4...0.1.5)
- [github.com/asottile/pyupgrade: v3.8.0 → v3.17.0](asottile/pyupgrade@v3.8.0...v3.17.0)
- [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.5.0](asottile/setup-cfg-fmt@v2.4.0...v2.5.0)
- [github.com/pre-commit/mirrors-clang-format: v16.0.6 → v19.1.1](pre-commit/mirrors-clang-format@v16.0.6...v19.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.11.2](pre-commit/mirrors-mypy@v1.4.1...v1.11.2)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent ac00ebf commit a345bba
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -16,47 +16,47 @@ repos:
- id: double-quote-string-fixer
- id: check-merge-conflict
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
- flake8-typing-imports==1.14.0
- flake8-comprehensions==3.10.1
- flake8-noqa==1.3.0
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.2
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.10.0
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: [--py37-plus]
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.0
rev: v3.1.0
hooks:
- id: add-trailing-comma
args: [--py36-plus]
- repo: https://github.com/jkittner/double-indent
rev: 0.1.4
rev: 0.1.5
hooks:
- id: double-indent
- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.4.0
rev: v2.5.0
hooks:
- id: setup-cfg-fmt
args: ['--min-py-version=3.7']
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v16.0.6'
rev: 'v19.1.1'
hooks:
- id: clang-format
exclude: ^solpos(00)?.(c|h)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.11.2
hooks:
- id: mypy

0 comments on commit a345bba

Please sign in to comment.