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/isort: 5.12.0 β†’ 5.13.1](PyCQA/isort@5.12.0...5.13.1)
- [github.com/psf/black: 23.7.0 β†’ 23.11.0](psf/black@23.7.0...23.11.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 11, 2023
1 parent ef81133 commit 2e8e7b5
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 @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -15,7 +15,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: "5.12.0"
rev: "5.13.1"
hooks:
- id: isort
name: isort (python)
Expand All @@ -26,7 +26,7 @@ repos:
name: isort (pyi)
types: [pyi]
- repo: https://github.com/psf/black
rev: "23.7.0"
rev: "23.11.0"
hooks:
- id: black
language_version: python3

0 comments on commit 2e8e7b5

Please sign in to comment.