]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Remove the test-specific .flake8 file
authorŁukasz Langa <lukasz@langa.pl>
Thu, 29 Mar 2018 02:45:48 +0000 (19:45 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 29 Mar 2018 22:25:16 +0000 (15:25 -0700)
tests/.flake8 [deleted file]

diff --git a/tests/.flake8 b/tests/.flake8
deleted file mode 100644 (file)
index 3528ac4..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# Like the base Black .flake8 but also ignores F811 which is used deliberately
-# in test files.
-
-[flake8]
-ignore = E266, E501, F811
-max-line-length = 80
-max-complexity = 12
-select = B,C,E,F,W,T4,B9