This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
autojump
mirror of
https://github.com/wting/autojump.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
53
Wiki
Activity
Browse Source
Fix flake8 ignore option.
pull/495/merge
William Ting
7 years ago
parent
5ab005ea86
commit
965296f6b2
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
.pre-commit-config.yaml
+ 1
- 3
.pre-commit-config.yaml
View File
@ -32,9 +32,7 @@ repos:
args:
- --
max-complexity=10
- --
max-line-length=131
- --
ignore=E126
- --
ignore=E128
- --
ignore=E731
- --
ignore=E402,E731
- --
exclude=bin/autojump_argparse.py
-
id
:
name-tests-test
language_version
:
python2
Write
Preview
Loading…
Cancel
Save