pre-commit-ci[bot] commited on
Commit
92a12b9
β€’
1 Parent(s): 6ff4b77

[pre-commit.ci] pre-commit autoupdate

Browse files

updates:
- [github.com/psf/black: 23.11.0 β†’ 23.12.0](https://github.com/psf/black/compare/23.11.0...23.12.0)
- [github.com/PyCQA/isort: 5.13.0 β†’ 5.13.2](https://github.com/PyCQA/isort/compare/5.13.0...5.13.2)

Files changed (1) hide show
  1. .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml CHANGED
@@ -9,7 +9,7 @@ repos:
9
  - id: check-added-large-files
10
  # General formatting
11
  - repo: https://github.com/psf/black
12
- rev: 23.11.0
13
  hooks:
14
  - id: black
15
  - id: black-jupyter
@@ -25,7 +25,7 @@ repos:
25
  - id: pycln
26
  # Sorted imports
27
  - repo: https://github.com/PyCQA/isort
28
- rev: "5.13.0"
29
  hooks:
30
  - id: isort
31
  additional_dependencies: [toml]
 
9
  - id: check-added-large-files
10
  # General formatting
11
  - repo: https://github.com/psf/black
12
+ rev: 23.12.0
13
  hooks:
14
  - id: black
15
  - id: black-jupyter
 
25
  - id: pycln
26
  # Sorted imports
27
  - repo: https://github.com/PyCQA/isort
28
+ rev: "5.13.2"
29
  hooks:
30
  - id: isort
31
  additional_dependencies: [toml]