summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Removed unused imported module `os` form flake8.main.git._HOOK_TEMPLATEAyman Nedjmeddine2017-07-271-1/+0
|/
* Merge branch 'refactor-decision-engine' into 'master'Ian Cordasco2017-06-0411-377/+492
|\
| * Add some better comments for decision logicIan Cordasco2017-06-042-1/+28
| * Get *one* more line of test coverageIan Cordasco2017-06-041-0/+3
| * Pull decision making out of decision_forIan Cordasco2017-06-041-22/+28
| * Update internal documentation around StyleGuideIan Cordasco2017-06-041-2/+3
| * Rename style_guide.Error to style_guide.ViolationIan Cordasco2017-06-049-136/+185
| * Rename methods on the new DecisionEngineIan Cordasco2017-06-032-42/+13
| * Move unit tests for StyleGuide decision logicIan Cordasco2017-06-022-176/+178
| * Refactor decision logic into its own objectIan Cordasco2017-06-012-58/+114
|/
* Add debugging utility for FileCheckerIan Cordasco2017-06-012-0/+13
* Merge branch 'bug/333' into 'master'Ian Cordasco2017-05-304-91/+436
|\
| * Add way to get back to options indexIan Cordasco2017-05-291-0/+143
| * Start writing new documentation around --selectIan Cordasco2017-05-294-91/+293
|/
* Merge branch 'bug/318' into 'master'Ian Cordasco2017-05-284-6/+35
|\
| * Simplify conditoinal in decision logicIan Cordasco2017-05-272-2/+4
| * Add extra test cases for violation decisionsIan Cordasco2017-05-271-0/+14
| * Add release note for bug 318Ian Cordasco2017-05-271-0/+5
| * Upgrade dependencies when dogfoodingIan Cordasco2017-05-271-1/+1
| * Further refine our logic handling selectionIan Cordasco2017-05-272-5/+13
* | Merge branch 'keys' into 'master'Ian Cordasco2017-05-275-6/+6
|\ \ | |/ |/|
| * Prefer iter(dict) instead of dict.keys()Jon Dufresne2017-05-275-6/+6
|/
* Merge branch 'bug/329' into 'master'Ian Cordasco2017-05-263-1/+12
|\
| * Add release note for bug 329Ian Cordasco2017-05-251-0/+5
| * Support spaces as error/ignore code separatorsIan Cordasco2017-05-252-1/+7
|/
* Add release notes for bug 330Ian Cordasco2017-05-252-0/+18
* Merge branch 'contribs' into 'master'Ian Cordasco2017-05-221-1/+3
|\
| * Add CONTRIBUTING.rst file refering to webpage.peterjc2017-05-151-0/+3
| * Remove CONTRIBUTING.rst symlinkpeterjc2017-05-151-1/+0
* | Merge branch 'bug/330' into 'master'Ian Cordasco2017-05-212-1/+7
|\ \ | |/ |/|
| * Filter out empty ignore/select codesIan Cordasco2017-05-202-1/+7
|/
* Merge branch 'comprehensions' into 'master' Ian Cordasco2017-05-138-41/+41
|\
| * Clean up some uses of set, list, and dictJon Dufresne2017-05-138-41/+41
|/
* Merge branch 'bug/320' into 'master' Ian Cordasco2017-05-134-23/+94
|\
| * Make formatting plugin logic easier to testIan Cordasco2017-05-132-33/+84
| * Handle missing default formatterIan Cordasco2017-05-132-1/+20
| * Add lower bound on setuptoolsIan Cordasco2017-05-121-0/+1
|/
* Fix docstring violationsIan Cordasco2017-05-125-15/+13
* Merge branch 'patch-1' into 'master' Ian Cordasco2017-05-131-0/+3
|\
| * Note about error behaviour depending on Python version, e.g. F812Peter Cock2017-04-261-0/+3
|/
* Merge branch 'less_greedy_exclude_313' into 'master' Ian Cordasco2017-04-222-1/+16
|\
| * Don't apply excludes greedily to subdirsAnthony Sottile2017-03-162-1/+16
|/
* Merge branch 'bug/306' into 'master' Ian Cordasco2017-03-011-4/+14
|\
| * Modify stdin retriever to detect coding pragmaIan Cordasco2017-02-201-4/+14
* | Merge branch 'legacy_api_custom_formatter' into 'master' Ian Cordasco2017-02-081-0/+2
|\ \ | |/ |/|
| * Recreate file_checker_manager since it has references to old style_guide/form...Philip Witty2016-12-151-0/+2
* | Release v3.3.03.3.0Ian Cordasco2017-02-061-1/+1
* | Update and finalize v3.3.0 release notesIan Cordasco2017-02-061-8/+22
* | Merge branch 'allow_newer_pycodestyle' into 'master' Ian Cordasco2017-02-032-2/+2
|\ \
| * | Allow newer pycodestyleAnthony Sottile2017-02-022-2/+2
|/ /