Skip to content

Commit 0b2a792

Browse files
committed
chore: Remove pre-commit
1 parent e4c59a4 commit 0b2a792

File tree

2 files changed

+12
-20
lines changed

2 files changed

+12
-20
lines changed

requirements_dev.in

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
-r requirements.txt
22
nbqa[toolchain]
3-
pre-commit

requirements_dev.txt

+12-19
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ black==24.8.0
1717
# nbqa
1818
blacken-docs==1.18.0
1919
# via nbqa
20-
cfgv==3.4.0
21-
# via pre-commit
2220
click==8.1.7
2321
# via
2422
# -r requirements.txt
@@ -27,20 +25,16 @@ decorator==5.1.1
2725
# via ipython
2826
dill==0.3.8
2927
# via pylint
30-
distlib==0.3.8
31-
# via virtualenv
28+
exceptiongroup==1.2.2
29+
# via ipython
3230
executing==2.1.0
3331
# via stack-data
3432
fastjsonschema==2.20.0
3533
# via
3634
# -r requirements.txt
3735
# nbformat
38-
filelock==3.15.4
39-
# via virtualenv
4036
flake8==7.1.1
4137
# via nbqa
42-
identify==2.6.0
43-
# via pre-commit
4438
ipython==8.27.0
4539
# via nbqa
4640
isort==5.13.2
@@ -91,8 +85,6 @@ nbmerge==0.0.4
9185
# via -r requirements.txt
9286
nbqa==1.9.0
9387
# via -r requirements_dev.in
94-
nodeenv==1.9.1
95-
# via pre-commit
9688
packaging==24.1
9789
# via
9890
# black
@@ -109,9 +101,6 @@ platformdirs==4.2.2
109101
# black
110102
# jupyter-core
111103
# pylint
112-
# virtualenv
113-
pre-commit==3.8.0
114-
# via -r requirements_dev.in
115104
prompt-toolkit==3.0.47
116105
# via ipython
117106
ptyprocess==0.7.0
@@ -131,9 +120,7 @@ pylint==3.2.7
131120
pyupgrade==3.17.0
132121
# via nbqa
133122
pyyaml==6.0.2
134-
# via
135-
# jupytext
136-
# pre-commit
123+
# via jupytext
137124
referencing==0.35.1
138125
# via
139126
# -r requirements.txt
@@ -155,7 +142,13 @@ tokenize-rt==6.0.0
155142
# nbqa
156143
# pyupgrade
157144
tomli==2.0.1
158-
# via nbqa
145+
# via
146+
# autopep8
147+
# black
148+
# jupytext
149+
# mypy
150+
# nbqa
151+
# pylint
159152
tomlkit==0.13.2
160153
# via pylint
161154
traitlets==5.14.3
@@ -167,9 +160,9 @@ traitlets==5.14.3
167160
# nbformat
168161
typing-extensions==4.12.2
169162
# via
163+
# astroid
164+
# black
170165
# ipython
171166
# mypy
172-
virtualenv==20.26.3
173-
# via pre-commit
174167
wcwidth==0.2.13
175168
# via prompt-toolkit

0 commit comments

Comments
 (0)