Skip to content

Instantly share code, notes, and snippets.

@obfusk
Last active July 21, 2024 18:50
Show Gist options
  • Save obfusk/de7510de39eca56b7d63e2f17bc0abf6 to your computer and use it in GitHub Desktop.
Save obfusk/de7510de39eca56b7d63e2f17bc0abf6 to your computer and use it in GitHub Desktop.
pychk
[flake8]
ignore = E501
[MESSAGES CONTROL]
confidence=HIGH,INFERENCE
disable=invalid-name,missing-docstring,no-member,use-dict-literal,no-else-return
#!/bin/bash
set -x
flake8 --config ~/.flake8 "$@"
pylint "$@"
mypy --strict --disallow-any-unimported "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment