Skip to content

Commit f4fb696

Browse files
Add new imports to requirements.txt
1 parent 138241e commit f4fb696

5 files changed

Lines changed: 590 additions & 22 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/ambv/black
5-
rev: 24.10.0
5+
rev: 22.3.0
66
hooks:
77
- id: black
88
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -18,12 +18,12 @@ repos:
1818
- id: rst-linter
1919
exclude: "docs"
2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.13.2
21+
rev: 5.12.0
2222
hooks:
2323
- id: isort
2424
args: ["--profile", "black", "--filter-files"]
2525
- repo: https://github.com/pre-commit/mirrors-prettier
26-
rev: v4.0.0-alpha.8
26+
rev: v2.5.1
2727
hooks:
2828
- id: prettier
2929
- repo: local

0 commit comments

Comments
 (0)