Skip to content

Commit

Permalink
build: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/PyCQA/prospector: 1.10.1 → 1.10.2](prospector-dev/prospector@1.10.1...1.10.2)
- [github.com/floatingpurr/sync_with_poetry: 0.4.0 → 1.0.0](floatingpurr/sync_with_poetry@0.4.0...1.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 5, 2023
1 parent 78b0641 commit f968888
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 @@ -51,7 +51,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
- repo: https://github.com/pre-commit/mirrors-prettier
hooks:
- id: prettier
Expand All @@ -66,7 +66,7 @@ repos:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/PyCQA/prospector
rev: 1.10.1
rev: 1.10.2
hooks:
- id: prospector
exclude: ^(tests)/.+\.py$
Expand All @@ -92,7 +92,7 @@ repos:
# pass_filenames: false
# always_run: true
- repo: https://github.com/floatingpurr/sync_with_poetry
rev: "0.4.0" # the revision or tag to clone at
rev: "1.0.0" # the revision or tag to clone at
hooks:
- id: sync_with_poetry
args: [] # optional args
Expand Down

0 comments on commit f968888

Please sign in to comment.