File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed
Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1- pip==22.1.2
2- nox==2022.1.7
3- nox-poetry==1.0.0
1+ pip==23.0.1
2+ nox==2022.11.21
3+ nox-poetry==1.0.2
44poetry==1.4.2
55virtualenv==20.14.1
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ typing-extensions = "^4.5.0"
2525[tool .poetry .group .test .dependencies ]
2626pytest = " ^6.2.4"
2727coverage = {extras = [" toml" ], version = " ^6.1" }
28+ xdoctest = {extras = [" colors" ], version = " *" }
2829
2930[tool .poetry .group .dev .dependencies ]
30- xdoctest = {extras = [" colors" ], version = " *" }
3131typeguard = " *"
3232safety = " ^2.2.0"
3333mypy = " *"
@@ -39,18 +39,14 @@ reorder-python-imports = "*"
3939pre-commit-hooks = " ^4.0.1"
4040Pygments = " ^2.9.0"
4141ruff = " *"
42- isort = " *"
43- pydocstyle = " *"
4442pyupgrade = " >=2.29.1"
45- myst-parser = {version = " >=0.16.1" }
4643
4744[tool .poetry .group .docs .dependencies ]
48-
49- [tool .poetry .dev-dependencies ]
5045furo = " >=2021.11.12"
5146sphinx = " >=4.3.2"
5247sphinx-autobuild = " >=2021.3.14"
5348sphinx-click = " >=3.0.2"
49+ myst-parser = {version = " >=0.16.1" }
5450
5551[tool .poetry .scripts ]
5652arraytex = " arraytex.__main__:main"
@@ -67,11 +63,6 @@ source = ["arraytex", "tests"]
6763show_missing = true
6864fail_under = 100
6965
70- [tool .isort ]
71- profile = " black"
72- force_single_line = true
73- lines_after_imports = 2
74-
7566[tool .mypy ]
7667strict = true
7768warn_unreachable = true
@@ -112,6 +103,7 @@ select = [
112103 ' N' ,
113104 ' S' ,
114105 ' W' ,
106+ ' I001'
115107]
116108
117109[tool .ruff .mccabe ]
@@ -120,6 +112,10 @@ max-complexity = 10
120112[tool .ruff .pydocstyle ]
121113convention = ' google'
122114
115+ [tool .ruff .isort ]
116+ force-single-line = true
117+ lines-after-imports = 2
118+
123119[tool .ruff .per-file-ignores ]
124120"__init__.py" = [' F401' ]
125121"tests/*" = [
You can’t perform that action at this time.
0 commit comments