Skip to content

Commit cf39f56

Browse files
authored
Merge pull request numpy#27320 from DimitriPapadopoulos/max_line_length
MAINT: increase max line length from 79 to 88, upgrade pycodestyle
2 parents b3ddf2f + d30ca3e commit cf39f56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
# NOTE: breathe 4.33.0 collides with sphinx.ext.graphviz
4343
- breathe>4.33.0
4444
# For linting
45-
- pycodestyle=2.8.0
45+
- pycodestyle=2.12.1
4646
- gitpython
4747
# Used in some tests
4848
- cffi

requirements/linter_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pycodestyle==2.8.0
1+
pycodestyle==2.12.1
22
GitPython>=3.1.30

tools/lint_diff.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pycodestyle]
2-
max_line_length = 79
2+
max_line_length = 88
33
statistics = True
44
ignore = E121,E122,E123,E125,E126,E127,E128,E226,E241,E251,E265,E266,E302,E402,E704,E712,E721,E731,E741,W291,W293,W391,W503,W504
55
exclude = numpy/__config__.py,numpy/typing/tests/data,.spin/cmds.py

0 commit comments

Comments
 (0)