Skip to content

Commit

Permalink
Merge pull request #8 from tslmy/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
tslmy authored Dec 23, 2023
2 parents a4d487c + c4ed8c8 commit 0315dc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.7.1
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: 23.11.0
rev: 23.12.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/asottile/pyupgrade
Expand Down

0 comments on commit 0315dc5

Please sign in to comment.