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.
flake8 < 6.0
1 parent 307f9da commit 3a03240Copy full SHA for 3a03240
dev.py
@@ -889,7 +889,7 @@ def task_unicode_check():
889
'basename': 'unicode-check',
890
'actions': [str(Dirs().root / 'tools' / 'unicode-check.py')],
891
'doc': 'Check for disallowed Unicode characters in the SciPy Python '
892
- 'and Cython source code.',
+ 'and Cython source code.',
893
}
894
895
environment.yml
@@ -39,7 +39,7 @@ dependencies:
39
- pydata-sphinx-theme==0.9.0
40
- sphinx-design
41
# For linting
42
- - flake8
+ - flake8 < 6.0
43
# Some optional test dependencies
44
- mpmath
45
- gmpy2
0 commit comments