Skip to content

Commit

Permalink
πŸ—„ chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 β†’ v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pycqa/flake8: 6.0.0 β†’ 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/psf/black: 22.12.0 β†’ 23.10.1](psf/black@22.12.0...23.10.1)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 β†’ v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.3)
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2023
1 parent cdda6f2 commit 3c4f51b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/pycqa/flake8
rev: "6.0.0"
rev: "6.1.0"
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand All @@ -26,11 +26,11 @@ repos:
name: isort (pyi)
types: [pyi]
- repo: https://github.com/psf/black
rev: "22.12.0"
rev: "23.10.1"
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.4"
rev: "v3.0.3"
hooks:
- id: prettier

0 comments on commit 3c4f51b

Please sign in to comment.