prettier: use .prettierignore here as well

This commit is contained in:
Aminda Suomalainen 2024-05-22 08:24:07 +03:00
parent 4451ecfa31
commit 43225ab936
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 3 additions and 3 deletions

View File

@ -130,9 +130,6 @@ repos:
rev: "v3.2.5"
hooks:
- id: prettier
# These are handled by Black below or pretty-format-json above, which
# can also sort keys.
exclude_types: [python, pyi, jupyter, json]
additional_dependencies: [
# https://www.npmjs.com/package/prettier
"prettier@3.2.5",

View File

@ -0,0 +1,3 @@
*.py*
*.jupyter
*.json