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

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:

Update and fix Flake8 (#1424)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Sun, 17 May 2020 14:18:45 +0000 (17:18 +0300)
committerGitHub <noreply@github.com>
Sun, 17 May 2020 14:18:45 +0000 (07:18 -0700)
commit03b8304abd2ce5d29789f8a2b220143529fa5d90
treebb6a2f37aee4e2814436e990c7ed1291b257e55b
parent435dc7d9956495f3397e6d7bfcf5cb0b8523d0ed
Update and fix Flake8 (#1424)

* Update pre-commit

* Fix F541 f-string is missing placeholders

* Fix E741 ambiguous variable name 'l'

* Update actions to v2
.github/workflows/lint.yml
.github/workflows/test.yml
.pre-commit-config.yaml
src/black/__init__.py
src/black_primer/cli.py
src/black_primer/lib.py
tests/test_black.py