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"
48
48
[tool .poetry .dependencies ]
49
49
python = " ^3.7"
50
50
51
-
52
51
[tool .poetry .group .dev .dependencies ]
53
52
# ## Docs ###
54
53
sphinx = " *"
55
54
furo = " *"
56
55
gp-libs = " *"
57
56
sphinx-autobuild = " *"
58
57
sphinx-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
61
60
sphinx-copybutton = " *"
62
61
sphinxext-rediraffe = " *"
63
62
myst_parser = " >=0.18.1"
@@ -104,7 +103,7 @@ libtmux = "libtmux.pytest_plugin"
104
103
strict = true
105
104
files = [
106
105
" src" ,
107
- " tests"
106
+ " tests" ,
108
107
]
109
108
110
109
[tool .coverage .run ]
@@ -135,20 +134,20 @@ select = [
135
134
" E" , # pycodestyle
136
135
" F" , # pyflakes
137
136
" I" , # isort
138
- " UP" , # pyupgrade
137
+ " UP" , # pyupgrade
139
138
" B" , # flake8-bugbear
140
139
" C4" , # flake8-comprehensions
141
140
" Q" , # flake8-quotes
142
141
" PTH" , # flake8-use-pathlib
143
- " SIM" , # flake8-simplify
142
+ " SIM" , # flake8-simplify
144
143
" TRY" , # Trycertatops
145
144
" PERF" , # Perflint
146
- " RUF" # Ruff-specific rules
145
+ " RUF" , # Ruff-specific rules
147
146
]
148
147
149
148
[tool .ruff .isort ]
150
149
known-first-party = [
151
- " libtmux"
150
+ " libtmux" ,
152
151
]
153
152
combine-as-imports = true
154
153
You can’t perform that action at this time.
0 commit comments