diff options
| author | 2021-10-17 14:46:36 +0530 | |
|---|---|---|
| committer | 2021-10-17 14:50:17 +0530 | |
| commit | 3b25fc83d6dde4e4801a41b64a47a75730aea9e9 (patch) | |
| tree | 74b1ac54d1d3ea46d54a73db163a47f0a982019e /.pre-commit-config.yaml | |
| parent | Add incidents check in delete and reaction handlers also (diff) | |
| parent | Merge pull request #1871 from python-discord/modlog-ingore-channels-mods-can'... (diff) | |
Merge remote-tracking branch 'upstream/main' into feature/enhance-incidents
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9412f07d..d8a90ac00 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,6 +13,11 @@ repos: rev: v1.5.1 hooks: - id: python-check-blanket-noqa + - repo: https://github.com/pycqa/isort + rev: 5.8.0 + hooks: + - id: isort + name: isort (python) - repo: local hooks: - id: flake8 |