Skip to content

Commit 97c2c89

Browse files
committed
before switching to ruff
1 parent e6d4b40 commit 97c2c89

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.flake8

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[flake8]
2+
max-line-length = 100
3+
per-file-ignores =
4+
# imported but unused
5+
__init__.py: F401, F403
6+
# local variable assigned but never used
7+
test*.py: F841
8+
helpers.py: F841
9+
docs/tutorials/*: E703
10+
ignore =
11+
E203
12+
E226
13+
E402
14+
E741
15+
W503
16+
W504
17+
exclude =
18+
extern
19+
sphinx
20+
*parsetab.py
21+
conftest.py
22+
docs/conf.py
23+
setup.py
24+
gala/dynamics/actionangle/_genfunc
25+
gala/coordinates/tests/helpers.py

0 commit comments

Comments
 (0)