Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/ikamensh/flynt/: 0.78 → 1.0.0
- [github.com/hakancelikdev/unimport: 0.16.0 → 1.0.0](hakancelikdev/unimport@0.16.0...1.0.0)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.278](astral-sh/ruff-pre-commit@v0.0.275...v0.0.278)
- [github.com/python-jsonschema/check-jsonschema: 0.23.2 → 0.23.3](python-jsonschema/check-jsonschema@0.23.2...0.23.3)
  • Loading branch information
pre-commit-ci[bot] authored Jul 17, 2023
1 parent 891bb50 commit 95c312a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/ikamensh/flynt/
rev: '0.78'
rev: '1.0.0'
hooks:
- id: flynt
- repo: https://github.com/MarcoGorelli/absolufy-imports
rev: v0.3.1
hooks:
- id: absolufy-imports
- repo: https://github.com/hakancelikdev/unimport
rev: 0.16.0
rev: 1.0.0
hooks:
- id: unimport
args: [--remove, --include-star-import, --ignore-init, --gitignore]
Expand All @@ -46,11 +46,11 @@ repos:
# - id: remove-print-statements
# args: ['--verbose'] # Show all the print statements to be removed
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.275'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.278'
hooks:
- id: ruff
- repo: https://github.com/PyCQA/flake8
Expand Down Expand Up @@ -102,7 +102,7 @@ repos:
hooks:
- id: check-manifest
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.23.2"
rev: "0.23.3"
hooks:
- id: check-github-workflows
- id: check-github-actions
Expand Down

0 comments on commit 95c312a

Please sign in to comment.