Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
41a99971
Unverified
Commit
41a99971
authored
4 years ago
by
Ned Batchelder
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #23872 from edx/nedbat/ascii-setup-cfg
Ensure setup.cfg is only ASCII. CRI-169
parents
617cc26a
d67a1645
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.cfg
+2
-2
2 additions, 2 deletions
setup.cfg
with
2 additions
and
2 deletions
setup.cfg
+
2
−
2
View file @
41a99971
...
...
@@ -16,10 +16,10 @@ python_files = tests.py test_*.py tests_*.py *_tests.py __init__.py
[pycodestyle]
# error
co
des
: https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
# E501:
line too long
# E265:
block comment should start with
‘
#
‘
# E265:
block comment should start with
'
#
'
# We
ignore this because pep8 used to erroneously lump E266 into it also.
# We
should probably fix these now.
# E266:
too many leading
‘#’
for block comment
# E266:
too many leading
'#'
for block comment
# We
have lots of comments that look like "##### HEADING #####" which violate
# this
rule, because they don't have a space after the first #. However,
# they're
still perfectly reasonable comments, so we disable this rule.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment