Skip to content

Commit

Permalink
ci: Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo committed Aug 17, 2023
1 parent a8241e7 commit 89a408c
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 @@ -6,15 +6,15 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: 3.2.2
rev: 3.6.0
- hooks:
- id: check-useless-excludes
repo: meta
- hooks:
- files: \.(css|js|md|markdown|json)
id: prettier
repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.2
- hooks:
- id: seed-isort-config
repo: https://github.com/asottile/seed-isort-config
Expand All @@ -26,7 +26,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/python/black
rev: 23.3.0
rev: 23.7.0
- hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -59,7 +59,7 @@ repos:
- hooks:
- id: flake8
repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
- hooks:
- additional_dependencies:
- mvdan.cc/sh/v3/cmd/[email protected]
Expand All @@ -79,7 +79,7 @@ repos:
- hooks:
- id: blacken-docs
repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.16.0

# - repo: https://github.com/asottile/pyupgrade
# rev: v2.38.0
Expand Down

0 comments on commit 89a408c

Please sign in to comment.