We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8869c commit 75e1fdeCopy full SHA for 75e1fde
1 file changed
tox.ini
@@ -205,6 +205,14 @@ filterwarnings =
205
# Do not cause SyntaxError for invalid escape sequences in py37.
206
default:invalid escape sequence:DeprecationWarning
207
pytester_example_dir = testing/example_scripts
208
+
209
[flake8]
210
max-line-length = 120
211
ignore = E203,W503
212
213
+[isort]
214
+; This config mimics what reorder-python-imports does.
215
+force_single_line = 1
216
+known_localfolder = pytest,_pytest
217
+known_third_party = test_source,test_excinfo
218
+force_alphabetical_sort_within_sections = 1
0 commit comments