mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
25 lines
461 B
ReStructuredText
25 lines
461 B
ReStructuredText
**Added:**
|
|
|
|
* CI step to run flake8 after pytest.
|
|
|
|
**Changed:**
|
|
|
|
* <news item>
|
|
|
|
**Deprecated:**
|
|
|
|
* `pytest --flake8`_ now exits with error message to use flake8 instead.
|
|
Allows single list of lint exceptions to apply in CI and your IDE.
|
|
|
|
**Removed:**
|
|
|
|
* pytest-flake8 package from requirements\*.txt
|
|
|
|
**Fixed:**
|
|
|
|
* Updated development guide to reference flake8 instead of pylint
|
|
* Corrected flake8 config for allowed exceptions.
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|