index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-05-15 09:49:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 09:49:55 -0400 |
commit | a79a582cfb1cc8b840af7b4f662a10b1d052fc36 (patch) | |
tree | cd2fcb7b40b18bafe3d561f4951cdf114294c808 | |
parent | 843cd6cf0feff3144ec6b9fdf64904ae44e7f43d (diff) |
-rw-r--r-- | .flake8 | 2 |
diff --git a/.flake8 b/.flake8 new file mode 100644 index 00000000..4fc3e539 --- /dev/null +++ b/.flake8 @@ -0,0 +1,2 @@ +[flake8] +ignore = E501, W191, E741 |