]> git.madduck.net Git - etc/vim.git/blob - .pre-commit-config.yaml

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:

set entry to black (#553)
[etc/vim.git] / .pre-commit-config.yaml
1 # Note: don't use this config for your own repositories. Instead, see
2 # "Version control integration" in README.md.
3 exclude: ^(blib2to3/|profiling/|tests/data/)
4 repos:
5 -   repo: local
6     hooks:
7     - id: black
8       name: black
9       language: system
10       entry: black
11       types: [python]
12     - id: flake8
13       name: flake8
14       language: system
15       entry: flake8
16       types: [python]
17     - id: mypy
18       name: mypy
19       language: system
20       entry: mypy
21       types: [python]
22       exclude: ^docs/conf.py