summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove indent_size_strremove_indent_size_strAnthony Sottile2021-05-081-6/+3
|
* Merge pull request #993 from asottile/perf_hackAnthony Sottile2021-05-061-0/+7
|\ | | | | add performance hack to improve tokenize speed
| * add performance hack to improve tokenize speedAnthony Sottile2021-05-041-0/+7
| | | | | | | | in profiles, this attributed somewhere between 4% and 14% of pycodestyle's execution time
* | Merge pull request #992 from asottile/perf_tweakAnthony Sottile2021-05-061-2/+2
|\ \ | |/ |/| improve performance of bare_except check
| * improve performance of bare_except checkAnthony Sottile2021-05-041-2/+2
|/ | | | | | - despite `re.compile(...)` being cached, this still amounts to 60% of the overhead of the `bare_except` check - overall, this improved pycodestyle performance by about .25% (.0025)
* Merge pull request #990 from cdce8p/whitespace-match-caseAnthony Sottile2021-05-023-1/+30
|\ | | | | Add whitespace checks for ``match`` and ``case``
| * Small improvementMarc Mueller2021-05-031-3/+2
| |
| * Moved to existing checkMarc Mueller2021-05-032-33/+11
| |
| * Add additional py environments to toxMarc Mueller2021-05-031-1/+1
| |
| * Add whitespace checks for match and caseMarc Mueller2021-05-033-0/+52
|/
* Merge pull request #991 from cdce8p/small-fixAnthony Sottile2021-05-021-1/+1
|\ | | | | Small fix to version_info comparison
| * issoftkeyword was added in py39Marc Mueller2021-05-031-1/+1
| |
| * Small fix to version_info comparisonMarc Mueller2021-05-031-1/+1
|/
* Merge pull request #989 from cdce8p/whitespace-match-false-positiveAnthony Sottile2021-05-024-4/+23
|\ | | | | Fix false-positive E211 with match and case
| * Add 3.10-dev to Github CI actionMarc Mueller2021-05-021-0/+3
| |
| * Fix testsuiteMarc Mueller2021-05-021-1/+1
| |
| * Changes after reviewMarc Mueller2021-05-022-5/+5
| |
| * Fix false-positive E211 with match and caseMarc Mueller2021-05-022-3/+19
|/
* Merge pull request #987 from asottile/E712_multiple_timesAnthony Sottile2021-04-022-2/+6
|\ | | | | detect multiple E712 in a line
| * detect multiple E712 in a lineAnthony Sottile2021-04-022-2/+6
|/
* Merge pull request #982 from PyCQA/drop_py34Ian Stapleton Cordasco2021-03-165-12/+8
|\ | | | | drop python 3.4
| * drop python 3.4drop_py34Anthony Sottile2021-03-165-12/+8
|/ | | | github actions no longer supports python 3.4
* Merge pull request #978 from asottile/2_7_02.7.0Ian Stapleton Cordasco2021-03-142-1/+11
|\ | | | | 2.7.0
| * 2.7.0Anthony Sottile2021-03-142-1/+11
|/
* Merge pull request #976 from asottile/crlf_at_beginning_of_fileAnthony Sottile2021-01-072-4/+5
|\ | | | | use tokenize.open to avoid incorrect line endings at beginning of file
| * use tokenize.open to avoid incorrect line endings at beginning of fileAnthony Sottile2021-01-072-4/+5
|/
* Merge pull request #970 from bukzor/multi-indentIan Stapleton Cordasco2020-11-193-12/+78
|\ | | | | Support for space indents with size other than 4
| * Support for space indents with size other than 4Jason Ansel2020-11-183-12/+78
|/ | | | This is an updated revision of pull requests #206 and #524
* Merge pull request #968 from asottile/github_actionsIan Stapleton Cordasco2020-11-073-42/+64
|\ | | | | use github actions instead of travis-ci
| * use github actions instead of travis-ciAnthony Sottile2020-11-053-42/+64
|/
* Merge pull request #967 from JPeterMugaas/wintestsAnthony Sottile2020-11-042-2/+2
|\ | | | | Windows path issues
| * Fix tests to handle paths in Windows. NormalizePath works properly but the ↵JPeterMugaas2020-11-042-2/+2
|/ | | | tests would still fail because NormalizePath would NOT work as the test results expected.
* Merge pull request #961 from asottile/physical_checks_last_lineIan Stapleton Cordasco2020-09-153-6/+20
|\ | | | | fix skipping of physical checks when file does not end in newline
| * fix skipping of physical checks when file does not end in newlineAnthony Sottile2020-09-113-6/+20
|/
* Merge pull request #942 from AMDmi3/patch-1Anthony Sottile2020-05-261-1/+0
|\ | | | | Remove broken mention of testsuite from setup.py
| * Remove broken mention of testsuite from setup.pyDmitry Marakasov2020-05-261-1/+0
|/
* Merge pull request #940 from slokhorst/doc-urlAnthony Sottile2020-05-243-4/+4
|\ | | | | Update documentation URLs to pycodestyle.pycqa.org
| * Update documentation URLsSebastiaan Lokhorst2020-05-243-4/+4
|/
* Merge pull request #932 from scop/changes-project-urlIan Lee2020-05-131-0/+4
|\ | | | | Add Changes project URL
| * Add Changes project URLVille Skyttä2020-05-051-0/+4
| | | | | | | | | | Background info at https://github.com/pypa/warehouse/pull/7882#issue-412444446
* | Simplified / cleaned up the Makefile to match Travis (just use tox)2.6.0Ian Lee2020-05-111-13/+2
| |
* | Announce Anthony as core developer, tweak release date.Ian Lee2020-05-111-1/+5
| |
* | Added comment reminder of how to upload these daysIan Lee2020-05-111-0/+1
| |
* | Bumped license yearIan Lee2020-05-111-1/+1
| |
* | Merge pull request #933 from asottile/2_6_0Ian Lee2020-05-112-2/+12
|\ \ | | | | | | 2.6.0
| * | 2.6.0Anthony Sottile2020-05-082-2/+12
|/ /
* | Merge pull request #931 from suzil/fix/767/chained-is-not-E714Ian Stapleton Cordasco2020-05-082-1/+11
|\ \ | | | | | | E714: fix chained `is not`
| * | HandleSusannah Klaneček2020-05-012-2/+5
| | |
| * | E714: fix chained is notSusannah Klaneček2020-05-012-1/+8
| |/ | | | | | | Closes #767
* | Merge pull request #927 from asottile/allow_typing_one_liners_againIan Stapleton Cordasco2020-05-082-10/+66
|\ \ | |/ |/| re-allow decorated one-liners