Skip to content

Commit

Permalink
lint: upgrade precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
fzls committed Jun 29, 2024
1 parent ec9dc6e commit 656c92e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
# pre-commit autoupdate
#
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.16.0
hooks:
- id: pyupgrade
args: [ --py38-plus ]
Expand All @@ -23,12 +23,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.4.2
hooks:
- id: black
args: [ --safe, --quiet, --line-length=120 ]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -42,15 +42,15 @@ repos:
hooks:
- id: python-use-type-annotations
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
language_version: python3.8
additional_dependencies:
- flake8-typing-imports==1.14.0
- flake8-bugbear == 23.1.17
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.10.1
hooks:
- id: mypy
args: [ ]
Expand Down

0 comments on commit 656c92e

Please sign in to comment.