FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Move to pycodestyle 2.11.0 by sc68cal · Pull Request #1182 · python-mode/python-mode · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension No extension  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion submodules/pycodestyle
Show comments Open in desktop
Submodule pycodestyle updated 72 files
+0 −40 .coveragerc
+1 −1 .gitattributes
+12 −10 .github/workflows/main.yml
+1 −1 .gitignore
+12 −8 .pre-commit-config.yaml
+17 −1 CHANGES.txt
+8 −12 CONTRIBUTING.rst
+0 −10 MANIFEST.in
+2 −2 README.rst
+1 −1 docs/advanced.rst
+3 −4 docs/developer.rst
+9 −11 docs/intro.rst
+143 −221 pycodestyle.py
+46 −4 setup.cfg
+1 −58 setup.py
+0 −0 testing/__init__.py
+0 −5 testing/data/E10.py
+0 −0 testing/data/E11.py
+1 −1 testing/data/E12.py
+3 −3 testing/data/E12not.py
+0 −0 testing/data/E20.py
+0 −0 testing/data/E21.py
+2 −0 testing/data/E22.py
+0 −0 testing/data/E23.py
+0 −0 testing/data/E24.py
+0 −0 testing/data/E25.py
+0 −0 testing/data/E26.py
+0 −0 testing/data/E27.py
+0 −0 testing/data/E30.py
+0 −0 testing/data/E30not.py
+0 −0 testing/data/E40.py
+9 −0 testing/data/E50.py
+0 −0 testing/data/E70.py
+0 −0 testing/data/E71.py
+9 −6 testing/data/E72.py
+0 −0 testing/data/E73.py
+0 −0 testing/data/E74.py
+0 −10 testing/data/E90.py
+0 −0 testing/data/W19.py
+0 −2 testing/data/W29.py
+0 −0 testing/data/W39.py
+33 −0 testing/data/W60.py
+0 −0 testing/data/crlf.py
+0 −0 testing/data/latin-1.py
+6 −0 testing/data/noqa.py
+0 −0 testing/data/python3.py
+0 −0 testing/data/python310.py
+0 −0 testing/data/python311.py
+31 −0 testing/data/python312.py
+0 −0 testing/data/python35.py
+2 −0 testing/data/python36.py
+2 −0 testing/data/python38.py
+2 −0 testing/data/python39.py
+0 −0 testing/data/utf-8-bom.py
+0 −0 testing/data/utf-8.py
+36 −0 testing/support.py
+0 −0 tests/__init__.py
+18 −0 tests/test_E101.py
+29 −0 tests/test_E901.py
+12 −0 tests/test_all.py
+47 −55 tests/test_api.py
+24 −36 tests/test_blank_lines.py
+95 −0 tests/test_data.py
+0 −0 tests/test_parser.py
+29 −0 tests/test_pycodestyle.py
+38 −0 tests/test_self_doctests.py
+26 −19 tests/test_shell.py
+0 −2 tests/test_util.py
+0 −83 testsuite/W60.py
+0 −224 testsuite/support.py
+0 −44 testsuite/test_all.py
+6 −6 tox.ini

Back | FazBrowse Home | New Git URL