Skip to content

Commit ca97307

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
1 parent 6507fe3 commit ca97307

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
types: [text]
1111
files: \.(json|ipynb)$
1212
- repo: https://github.com/pycqa/flake8
13-
rev: "6.1.0"
13+
rev: "7.0.0"
1414
hooks:
1515
- id: flake8
1616
- repo: https://github.com/pycqa/pydocstyle
@@ -29,6 +29,6 @@ repos:
2929
- id: isort
3030
name: isort (python)
3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: "v3.1.0"
32+
rev: "v4.0.0-alpha.8"
3333
hooks:
3434
- id: prettier

0 commit comments

Comments
 (0)