Skip to content

Commit 4efbe8b

Browse files
committed
drop recommonmark
1 parent 685ab8e commit 4efbe8b

File tree

4 files changed

+30
-82
lines changed

4 files changed

+30
-82
lines changed

Pipfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ verify_ssl = true
44
name = "pypi"
55

66
[dev-packages]
7-
# black = { version = "~=24.3", extras = ["jupyter"] }
87
fabulist="*"
9-
# isort = "*"
8+
ipykernel = "*"
9+
notebook = "*"
10+
pre-commit = "*"
1011
pytest = "*"
1112
pytest-cov = "*"
1213
PyYAML = "*"
1314
rdflib = "*"
14-
recommonmark = "*"
1515
ruff = "*"
1616
setuptools = ">=42.0"
1717
Sphinx = "*"
@@ -20,9 +20,6 @@ tox = "*"
2020
twine = "*"
2121
wheel = "*"
2222
yabs = "*"
23-
ipykernel = "*"
24-
notebook = "*"
25-
pre-commit = "*"
2623
nutree = {path = ".",editable = true}
2724

2825
[packages]

Pipfile.lock

Lines changed: 27 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,4 @@
1-
# [tool.black]
2-
# line-length = 88
3-
# target-version = ['py38', 'py39', 'py310', 'py311']
4-
# include = '\.pyi?$'
5-
# exclude = '''
6-
# /(
7-
# \.git
8-
# | \.hg
9-
# | \.tox
10-
# | \.venv
11-
# | \.eggs
12-
# | \.cache
13-
# | build
14-
# | __pycache__
15-
# | dist
16-
# | \.*
17-
18-
# )/
19-
# '''
20-
21-
22-
# [tool.isort]
23-
# # See https://black.readthedocs.io/en/stable/compatible_configs.html
24-
# profile = "black"
25-
# src_paths = ["nutree", "tests"]
26-
271
[tool.ruff]
28-
# Decrease the maximum line length to 79 characters.
29-
# line-length = 79
30-
# Support Python 3.10+.
312
target-version = "py38"
323
src = ["nutree", "tests"]
334

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,13 @@ commands =
6969
description = Reformat python code using ruff (Black, isort, and pyupgrade)
7070
; # skip_install = true
7171
deps =
72-
; {[testenv:check]deps}
73-
; pyupgrade
7472
ruff
7573
allowlist_externals =
7674
bash
7775
changedir = {toxinidir}
7876
commands =
79-
; bash -ec 'pyupgrade --py38-plus --exit-zero-even-if-changed nutree/*.py tests/*.py setup.py'
8077
ruff check --fix nutree tests setup.py
8178
ruff format nutree tests setup.py
82-
; isort --profile black nutree tests setup.py {posargs}
83-
; black nutree tests setup.py
8479
{[testenv:lint]commands}
8580

8681

0 commit comments

Comments
 (0)