Skip to content

Commit

Permalink
Merge pull request #10 from jkittner/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
jkittner authored Oct 8, 2024
2 parents ac00ebf + 03d0f44 commit c617a8b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 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
- flake8-typing-imports==1.15.0
- flake8-comprehensions==3.15.0
- flake8-noqa==1.4.0
- 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 c617a8b

Please sign in to comment.