index
:
delta/python-packages/flake8.git
3.7-maintenance
add-statistics
afortunado21-master-patch-46684
asottile-entry-point-docs-fixup
asottile-patch-1
backwards-compat-api
bug/103
bug/121
bug/122
bug/1372
bug/163
bug/178
bug/179
bug/180
bug/193
bug/52
bug/67
bug/69
bug/74
bug/90
bug/output-file
coverage-6
drop-xdg-config
feature/output-file
feature/register-optional-checks
fix-extend-default-ignore
fix-github-workflows
fix_travis2
github_actions
indent-size-str
legacy-api-tests
main
master
mpenkov-master
new_namedtuple
noqa_continuation
off_by_default
output_file_fix
parallel-syntax-error
pep8-stdin-fix
plugin-loading
pre-commit-ci-update-config
pre_commit_config
proposed/3.0
release/2.5.0
remove_unused_verify_requiremetns
stable/2.6
stray-noqa
throwaway-ci
uncap-flake8
update-appveyor
gitlab.com: pycqa/flake8.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tox.ini
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use black to reformat Flake8
Ian Stapleton Cordasco
2018-10-20
1
-2
/
+14
*
Remove py33 from tox
Miro Hrončok
2018-06-05
1
-1
/
+1
*
Add Python 3.7 to tox and GitLab CI
Ville Skyttä
2018-05-20
1
-1
/
+1
*
Add W504 to default ignore list.
Jimi Cullen
2018-04-15
1
-1
/
+1
*
Make our flake8 output more colorful
Ian Stapleton Cordasco
2017-11-26
1
-0
/
+2
*
Add pep8-naming to flake8 linting
Ian Stapleton Cordasco
2017-11-26
1
-0
/
+1
*
Upgrade dependencies when dogfooding
Ian Cordasco
2017-05-27
1
-1
/
+1
*
Change dogfood environment to use Python 2.7
Ian Cordasco
2017-01-21
1
-1
/
+1
*
Add py36 to tox, correct a tiny typo
Anthony Sottile
2017-01-20
1
-2
/
+2
*
Fix up GitLab CI runners
Ian Cordasco
2017-01-15
1
-1
/
+1
*
Blacklist pytest 3.0.5
Ian Cordasco
2016-12-23
1
-1
/
+1
*
Require mock 2.0.0, because unit tests are failing on older one
Ondřej Nový
2016-11-22
1
-1
/
+1
*
Revert "Update release machinery to include manpages"
Ian Cordasco
2016-11-14
1
-9
/
+0
*
Update release machinery to include manpages
3.1.0
Ian Cordasco
2016-11-14
1
-0
/
+9
*
Add a man page for Flake8
Ian Cordasco
2016-11-13
1
-0
/
+1
*
Add coverage reporting and uploading
Ian Cordasco
2016-08-06
1
-1
/
+4
*
Set dogfood testenv to Python 3.5
Ian Cordasco
2016-08-03
1
-1
/
+1
*
Re-allow for relative paths for exclude
Ian Cordasco
2016-07-29
1
-4
/
+12
*
Update our flake8 testenv dependencies
uncap-flake8
Ian Cordasco
2016-07-26
1
-2
/
+2
*
Force flake8 test to below 3.x
Fabian Neundorf
2016-07-25
1
-1
/
+1
*
Add build testenv for future CI work
Ian Cordasco
2016-07-10
1
-2
/
+11
*
Set default python for flake8 testenv
Ian Cordasco
2016-07-10
1
-0
/
+1
*
Simplify our test environments
Ian Cordasco
2016-06-30
1
-16
/
+0
*
Add README to linters
Ian Cordasco
2016-06-29
1
-0
/
+4
*
Add a dogfood testenv
Ian Cordasco
2016-06-28
1
-1
/
+12
*
Search current directory if no paths are specified
Ian Cordasco
2016-06-26
1
-1
/
+1
*
Fix linters to use src/flake8
Ian Cordasco
2016-06-25
1
-2
/
+2
*
Enable GitLab CI
Ian Cordasco
2016-06-25
1
-1
/
+1
*
Update the packaging so wheels work
Ian Cordasco
2016-06-25
1
-0
/
+13
*
Move flake8 into src
Ian Cordasco
2016-06-25
1
-1
/
+1
*
Configure flake8-import-order to use Google Style
Ian Cordasco
2016-06-17
1
-0
/
+2
*
Set a lower-limit on flake8-docstrings
Ian Cordasco
2016-06-16
1
-1
/
+1
*
Configure bandit to ignore subprocess warnings
Ian Cordasco
2016-06-14
1
-1
/
+1
*
Exclude our fixtures from Flake8
Ian Cordasco
2016-06-07
1
-1
/
+1
*
Refactor docs requirements into file for RTD
Ian Cordasco
2016-06-04
1
-3
/
+1
*
Use correct basepython for docs testenvs
Ian Cordasco
2016-06-04
1
-1
/
+2
*
Handle sdist installation without tox
Ian Cordasco
2016-05-30
1
-1
/
+0
*
Add configparser to pypy testenv
Ian Cordasco
2016-05-30
1
-1
/
+1
*
Rely on Python 3.4 backport of configparser
Ian Cordasco
2016-05-30
1
-0
/
+1
*
Begin adding user-facing documentation
Ian Cordasco
2016-05-26
1
-0
/
+1
*
Trim unsupported environments
Ian Cordasco
2016-05-10
1
-1
/
+1
*
Add bandit for security linting
Ian Cordasco
2016-05-08
1
-0
/
+12
*
Add documentation around the cli
Ian Cordasco
2016-05-08
1
-0
/
+1
*
Exclude more directories
Ian Cordasco
2016-03-17
1
-1
/
+1
*
Add note to tox.ini for others
Ian Cordasco
2016-02-25
1
-0
/
+4
*
Re-order project imports based on flake8-import-order
Ian Cordasco
2016-02-25
1
-0
/
+1
*
Set the maximum complexity for mccabe
Ian Cordasco
2016-02-23
1
-0
/
+1
*
Add doc8 to linters
Ian Cordasco
2016-02-23
1
-0
/
+2
*
Add doc8 linting
Ian Cordasco
2016-02-23
1
-0
/
+11
*
Add unified linters testenv
Ian Cordasco
2016-02-22
1
-1
/
+16
[next]