Skip to content

Commit bd1ca06

Browse files
committed
tox: Bump coala and pylint versions
1 parent 70e30a4 commit bd1ca06

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

.coafile

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Default]
1+
[all]
22
files = **.(py|md|rst|yml), tox.ini, .coafile
33
ignore = (.tox|env|.env|venv)/**
44

@@ -8,40 +8,43 @@ max_line_length = 120
88
max_lines_per_file = 1000
99
file_naming_convention = snake
1010

11-
[filenames]
11+
[all.filenames]
1212
bears = FilenameBear
1313
files = aiohttp_sentry/**.py
1414

15-
[lengths]
15+
[all.lengths]
1616
bears = LineCountBear, LineLengthBear
1717

18-
[spacing]
18+
[all.spacing]
1919
ignore = (.tox|env|.env|venv)/**, **.yml, tox.ini, .coafile
2020
bears = SpaceConsistencyBear
2121

22-
[config-spacing]
22+
[all.config-spacing]
2323
files = **.yml, tox.ini, .coafile
2424
bears = SpaceConsistencyBear
2525
indent_size = 2
2626

27-
[python-semantic]
27+
[all.python]
28+
files = **.py
29+
30+
[all.python.semantic]
2831
files = **.py
2932
bears = RadonBear, PyUnusedCodeBear
3033
language = python
3134

32-
[yaml]
35+
[all.yaml]
3336
files = **.(yml|yaml)
3437
bears = YAMLLintBear
3538

36-
[restructuredtext]
39+
[all.restructuredtext]
3740
files = **.rst
3841
bears = reSTLintBear
3942

40-
[commit]
43+
[all.commit]
4144
bears = GitCommitBear
4245
shortlog_length = 72
4346

44-
[keywords]
47+
[all.keywords]
4548
bears = KeywordBear
4649
keywords = TODO, FIXME, pdb.set_trace() # Ignore KeywordBear
4750
language = python

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pylint==1.*
1+
pylint==2.*

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist =
55
pylint
66

77
[testenv:coala]
8-
deps = coala-bears==0.9.*
8+
deps = coala-bears==0.11.*
99
skip_install = True
1010
commands = coala {posargs:}
1111

0 commit comments

Comments
 (0)