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/psf/black: 23.10.0 → 23.11.0](psf/black@23.10.0...23.11.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0)
- [github.com/pre-commit/mirrors-eslint: v8.52.0 → v8.55.0](pre-commit/mirrors-eslint@v8.52.0...v8.55.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 11, 2023
1 parent 533c8a9 commit 63b35a0
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 @@ -10,16 +10,16 @@ repos:
- id: check-ast
# Python / Backend
- repo: https://github.com/psf/black
rev: 23.10.0
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.0
hooks:
- id: isort
# Javascript / frontend
- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v8.52.0'
rev: 'v8.55.0'
hooks:
- id: eslint
additional_dependencies:
Expand Down

0 comments on commit 63b35a0

Please sign in to comment.