forked from desihub/desitarget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
18 lines (18 loc) · 846 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[pycodestyle]
# See https://pycodestyle.readthedocs.io/en/latest/intro.html#configuration
# for details of these configuration options.
#
# These are normally ignored by default:
# ignore = E121, E123, E126, E133, E226, E241, E242, E704, W503, W504
#
# In addition to the default set we add:
# - E501: line too long (82 > 79 characters)
# - E731: do not assign a lambda expression, use a def
# - E741: do not use variables named 'l', 'O', or 'I' -- because, for example,
# 'l' might refer to Galactic longitude.
ignore = E121, E123, E126, E133, E226, E241, E242, E501, E704, E731, E741, W503, W504
# These file patterns are normally ignored by default:
# exclude = .svn, CVS, .bzr, .hg, .git
#
# In addition to the defaults we add the sandbox directory and external packages
exclude = .svn, CVS, .bzr, .hg, .git, sandbox, internal, skyutilities