mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
prettier: use .prettierignore here as well
This commit is contained in:
parent
4451ecfa31
commit
43225ab936
@ -130,9 +130,6 @@ repos:
|
|||||||
rev: "v3.2.5"
|
rev: "v3.2.5"
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- 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: [
|
additional_dependencies: [
|
||||||
# https://www.npmjs.com/package/prettier
|
# https://www.npmjs.com/package/prettier
|
||||||
"prettier@3.2.5",
|
"prettier@3.2.5",
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
*.py*
|
||||||
|
*.jupyter
|
||||||
|
*.json
|
Loading…
Reference in New Issue
Block a user