pre-commit-ci[bot] pre-commit-ci[bot] commited on
Commit
4ef3ad3
β€’
1 Parent(s): ce15648

[pre-commit.ci] pre-commit autoupdate (#446)

Browse files

updates:
- [github.com/psf/black: 23.9.1 β†’ 23.11.0](https://github.com/psf/black/compare/23.9.1...23.11.0)
- [github.com/hadialqattan/pycln: v2.3.0 β†’ v2.4.0](https://github.com/hadialqattan/pycln/compare/v2.3.0...v2.4.0)
- [github.com/PyCQA/isort: 5.12.0 β†’ 5.13.0](https://github.com/PyCQA/isort/compare/5.12.0...5.13.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Files changed (1) hide show
  1. .pre-commit-config.yaml +3 -3
.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.9.1
13
  hooks:
14
  - id: black
15
  - id: black-jupyter
@@ -20,12 +20,12 @@ repos:
20
  - id: nbstripout
21
  # Unused imports
22
  - repo: https://github.com/hadialqattan/pycln
23
- rev: "v2.3.0"
24
  hooks:
25
  - id: pycln
26
  # Sorted imports
27
  - repo: https://github.com/PyCQA/isort
28
- rev: "5.12.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.11.0
13
  hooks:
14
  - id: black
15
  - id: black-jupyter
 
20
  - id: nbstripout
21
  # Unused imports
22
  - repo: https://github.com/hadialqattan/pycln
23
+ rev: "v2.4.0"
24
  hooks:
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]