Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.3...v4.0.0-alpha.8)
- [github.com/pre-commit/mirrors-eslint: v8.55.0 → v9.0.0-alpha.0](pre-commit/mirrors-eslint@v8.55.0...v9.0.0-alpha.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 1, 2024
1 parent 554810e commit fb3c0b9
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 @@ -10,17 +10,17 @@ repos:
- --py36-plus
exclude: setupbase.py
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
exclude: setupbase.py
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
exclude: setupbase.py
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
- repo: https://github.com/PyCQA/flake8
Expand All @@ -35,7 +35,7 @@ repos:
- id: check-executables-have-shebangs
- id: requirements-txt-fixer
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.55.0
rev: v9.0.0-alpha.0
hooks:
- id: eslint
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand Down

0 comments on commit fb3c0b9

Please sign in to comment.