This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
pyodide
mirror of
https://github.com/pyodide/pyodide.git
Watch
1
Star
1
Fork
You've already forked pyodide
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0b4d73fa3e
pyodide
/
.flake8
4 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
chore: enable the rest of flake8 & bugbear (#2216)
2022-02-27 17:39:53 +00:00
[flake8]
[pre-commit.ci] pre-commit autoupdate (#2928)
2022-09-13 22:12:40 +00:00
extend-ignore = E203, E402, E501, E731, E741, B950, B902, W503
chore: enable the rest of flake8 & bugbear (#2216)
2022-02-27 17:39:53 +00:00
select = C,E,F,W,B,B9