Fix linting

This commit is contained in:
Tulir Asokan 2023-10-05 22:31:27 +03:00
parent 3ca366fea9
commit 7fd6dd1a3c
2 changed files with 2 additions and 3 deletions

View file

@ -11,9 +11,9 @@ repos:
hooks:
- id: black
language_version: python3
files: ^rss/.*\.pyi?$
files: ^reactbot/.*\.pyi?$
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
files: ^rss/.*\.pyi?$
files: ^reactbot/.*\.pyi?$