This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
bixel
/
dotfiles
peilaus alkaen
https://github.com/bixel/dotfiles.git
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
Fine tune flake8 config
Kevin Heinicke
7 vuotta sitten
vanhempi
c32f50db5a
commit
0733779bb0
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
1
1
flake8
+ 1
- 1
flake8
Näytä tiedosto
@@ -1,3 +1,3 @@
[flake8]
select = C,E,F,W,B,B950
-ignore = E501,
F401
+ignore = E501,
W503