summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* drop python 3.4drop_py34Anthony Sottile2021-03-165-12/+8
* Merge pull request #978 from asottile/2_7_02.7.0Ian Stapleton Cordasco2021-03-142-1/+11
|\
| * 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 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 4Jason Ansel2020-11-183-12/+78
|/
* Merge pull request #968 from asottile/github_actionsIan Stapleton Cordasco2020-11-073-42/+64
|\
| * use github actions instead of travis-ciAnthony Sottile2020-11-053-42/+64
|/
* Merge pull request #967 from JPeterMugaas/wintestsAnthony Sottile2020-11-042-2/+2
|\
| * Fix tests to handle paths in Windows. NormalizePath works properly but the t...JPeterMugaas2020-11-042-2/+2
|/
* 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 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.pyDmitry Marakasov2020-05-261-1/+0
|/
* Merge pull request #940 from slokhorst/doc-urlAnthony Sottile2020-05-243-4/+4
|\
| * 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 URLVille Skyttä2020-05-051-0/+4
* | 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.0Anthony Sottile2020-05-082-2/+12
|/ /
* | Merge pull request #931 from suzil/fix/767/chained-is-not-E714Ian Stapleton Cordasco2020-05-082-1/+11
|\ \
| * | HandleSusannah Klaneček2020-05-012-2/+5
| * | E714: fix chained is notSusannah Klaneček2020-05-012-1/+8
| |/
* | Merge pull request #927 from asottile/allow_typing_one_liners_againIan Stapleton Cordasco2020-05-082-10/+66
|\ \ | |/ |/|
| * re-allow decorated one-linersAnthony Sottile2020-04-272-10/+66
* | Merge pull request #929 from PyCQA/E306_async_defIan Stapleton Cordasco2020-04-292-1/+6
|\ \ | |/ |/|
| * E306: fix detection inside `async def`E306_async_defAnthony Sottile2020-04-282-1/+6
|/
* Merge pull request #922 from asottile/2_6_0_a12.6.0a1Ian Lee2020-04-232-1/+26
|\
| * 2.6.0a1Anthony Sottile2020-04-022-1/+26
* | Merge pull request #923 from jnozsc/py38Anthony Sottile2020-04-061-0/+1
|\ \ | |/ |/|
| * setup.py: add py38 to documentjnozsc2020-04-061-0/+1
|/
* Merge pull request #920 from asottile/coverageAnthony Sottile2020-03-245-76/+82
|\
| * Instrument code coverageAnthony Sottile2020-03-245-76/+82
|/
* Merge pull request #918 from asottile/only_positionalAnthony Sottile2020-03-242-2/+23
|\
| * Fix E225 for PEP 570 all positional-only argumentsAnthony Sottile2020-03-232-2/+23
* | Merge pull request #919 from asottile/first_line_E302Anthony Sottile2020-03-244-9/+12
|\ \ | |/ |/|
| * Allow N-and-fewer blank lines before the first top level thingAnthony Sottile2020-03-234-9/+12
|/
* Merge pull request #913 from anntzer/afteronelinerblockAnthony Sottile2020-03-232-0/+5
|\
| * Correctly allow *two* blank lines after a block of one-liners.Antony Lee2020-02-262-0/+5
* | Merge pull request #912 from anntzer/vindentwithAnthony Sottile2020-03-233-1/+46
|\ \ | |/ |/|
| * Support visual indent of continuation lines after with/assert/raise.Antony Lee2020-02-263-1/+46
|/
* Merge pull request #835 from EricCousineau-TRI/feature/venv_doc_consistencyAnthony Sottile2020-02-192-3/+5
|\
| * CONTRIBUTING: Make virtualenv dir name consistent with gitignoreEric Cousineau2019-01-302-3/+5
* | Merge pull request #897 from sobolevn/issue-768Anthony Sottile2020-02-192-1/+6
|\ \
| * | Adds matmul operator support, fixes #768sobolevn2019-12-052-1/+6