Skip to content

Commit 6644be5

Browse files
Sid MohanSid Mohan
authored andcommitted
tox py310 py311 pass
1 parent 882d5e0 commit 6644be5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.13.2
3+
rev: 5.12.0
44
hooks:
55
- id: isort
6+
args: [--profile=black]
67

78
- repo: https://github.com/psf/black
89
rev: 24.2.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
spacy==3.4.4
2-
thinc==8.1.0
1+
# spacy==3.4.4
2+
# thinc==8.1.0
33
presidio_analyzer==2.2.353
44
pandas==2.2.1
55
pytest==8.0.2

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py310
2+
envlist = py310, py311
33
isolated_build = True
44

55
[testenv]

0 commit comments

Comments
 (0)