File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -48,16 +48,15 @@ Changes = "https://github.com/tmux-python/libtmux/blob/master/CHANGES"
4848[tool .poetry .dependencies ]
4949python = " ^3.7"
5050
51-
5251[tool .poetry .group .dev .dependencies ]
5352# ## Docs ###
5453sphinx = " *"
5554furo = " *"
5655gp-libs = " *"
5756sphinx-autobuild = " *"
5857sphinx-autodoc-typehints = " *"
59- sphinx-inline-tabs = " <2023.4.21" # For Python 3.7 support
60- sphinxext-opengraph = " <0.8" # https://github.com/wpilibsuite/sphinxext-opengraph/issues/100
58+ sphinx-inline-tabs = " <2023.4.21" # For Python 3.7 support
59+ sphinxext-opengraph = " <0.8" # https://github.com/wpilibsuite/sphinxext-opengraph/issues/100
6160sphinx-copybutton = " *"
6261sphinxext-rediraffe = " *"
6362myst_parser = " >=0.18.1"
@@ -104,7 +103,7 @@ libtmux = "libtmux.pytest_plugin"
104103strict = true
105104files = [
106105 " src" ,
107- " tests"
106+ " tests" ,
108107]
109108
110109[tool .coverage .run ]
@@ -135,20 +134,20 @@ select = [
135134 " E" , # pycodestyle
136135 " F" , # pyflakes
137136 " I" , # isort
138- " UP" , # pyupgrade
137+ " UP" , # pyupgrade
139138 " B" , # flake8-bugbear
140139 " C4" , # flake8-comprehensions
141140 " Q" , # flake8-quotes
142141 " PTH" , # flake8-use-pathlib
143- " SIM" , # flake8-simplify
142+ " SIM" , # flake8-simplify
144143 " TRY" , # Trycertatops
145144 " PERF" , # Perflint
146- " RUF" # Ruff-specific rules
145+ " RUF" , # Ruff-specific rules
147146]
148147
149148[tool .ruff .isort ]
150149known-first-party = [
151- " libtmux"
150+ " libtmux" ,
152151]
153152combine-as-imports = true
154153
You can’t perform that action at this time.
0 commit comments