Skip to content

Commit

Permalink
Merge pull request #642 from alandtse/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
build: pre-commit autoupdate
  • Loading branch information
alandtse committed Jul 3, 2023
2 parents 7b94ce8 + ed73ecb commit be6533f
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 @@ -42,7 +42,7 @@ repos:
- id: commitizen
stages: ["commit-msg"]
repo: https://github.com/commitizen-tools/commitizen
rev: 3.2.2
rev: 3.5.2
# --- Linters ---
- hooks:
- id: dockerfile_lint
Expand All @@ -61,7 +61,7 @@ repos:
)$
rev: v3.0.0-alpha.9-for-vscode
- repo: https://github.com/asottile/pyupgrade
rev: v3.6.0
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down Expand Up @@ -92,7 +92,7 @@ repos:
# pass_filenames: false
# always_run: true
- repo: https://github.com/floatingpurr/sync_with_poetry
rev: "1.0.0" # the revision or tag to clone at
rev: "1.1.0" # the revision or tag to clone at
hooks:
- id: sync_with_poetry
args: [] # optional args
Expand Down

0 comments on commit be6533f

Please sign in to comment.