Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf39f56

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

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed

‎environment.yml

Copy file name to clipboardExpand all lines: environment.yml
+1-1Lines 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

Copy file name to clipboard
+1-1Lines 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

Copy file name to clipboard
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.