1 file changed
+1
-1
lines changedSubmodule pycodestyle updated 72 files
- .coveragerc-40
- .gitattributes+1-1
- .github/workflows/main.yml+12-10
- .gitignore+1-1
- .pre-commit-config.yaml+12-8
- CHANGES.txt+17-1
- CONTRIBUTING.rst+8-12
- MANIFEST.in-10
- README.rst+2-2
- docs/advanced.rst+1-1
- docs/developer.rst+3-4
- docs/intro.rst+9-11
- pycodestyle.py+143-221
- setup.cfg+46-4
- setup.py+1-58
- testing/__init__.py
- testing/data/E10.py-5
- testing/data/E11.py
- testing/data/E12.py+1-1
- testing/data/E12not.py+3-3
- testing/data/E20.py
- testing/data/E21.py
- testing/data/E22.py+2
- testing/data/E23.py
- testing/data/E24.py
- testing/data/E25.py
- testing/data/E26.py
- testing/data/E27.py
- testing/data/E30.py
- testing/data/E30not.py
- testing/data/E40.py
- testing/data/E50.py+9
- testing/data/E70.py
- testing/data/E71.py
- testing/data/E72.py+9-6
- testing/data/E73.py
- testing/data/E74.py
- testing/data/E90.py-10
- testing/data/W19.py
- testing/data/W29.py-2
- testing/data/W39.py
- testing/data/W60.py+33
- testing/data/crlf.py
- testing/data/latin-1.py
- testing/data/noqa.py+6
- testing/data/python3.py
- testing/data/python310.py
- testing/data/python311.py
- testing/data/python312.py+31
- testing/data/python35.py
- testing/data/python36.py+2
- testing/data/python38.py+2
- testing/data/python39.py+2
- testing/data/utf-8-bom.py
- testing/data/utf-8.py
- testing/support.py+36
- tests/__init__.py
- tests/test_E101.py+18
- tests/test_E901.py+29
- tests/test_all.py+12
- tests/test_api.py+47-55
- tests/test_blank_lines.py+24-36
- tests/test_data.py+95
- tests/test_parser.py
- tests/test_pycodestyle.py+29
- tests/test_self_doctests.py+38
- tests/test_shell.py+26-19
- tests/test_util.py-2
- testsuite/W60.py-83
- testsuite/support.py-224
- testsuite/test_all.py-44
- tox.ini+6-6
0 commit comments