Skip to content

Commit

Permalink
Merge pull request #7 from tslmy/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
tslmy authored Nov 24, 2023
2 parents 8ad2033 + 3b0fa0c commit a4d487c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# pre-commit autoupdate
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-ast
- id: fix-byte-order-marker
Expand All @@ -19,26 +19,26 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v1.7.0
hooks:
- id: mypy
args: [--ignore-missing-imports]
additional_dependencies: [types-requests==2.27.12, types-toml, types-setuptools==57.4.10]
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==20.8b1]
Expand Down

0 comments on commit a4d487c

Please sign in to comment.