We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50feb76 commit aec760aCopy full SHA for aec760a
.pre-commit-config.yaml
@@ -1,4 +1,15 @@
1
-exclude: ".github/.*"
+exclude: |
2
+ (?x)^(
3
+ .github/.*|
4
+ tools/esp32-arduino-libs/.*|
5
+ tools/riscv32-.*|
6
+ tools/xtensa-.*|
7
+ tools/dist/.*|
8
+ tools/esptool/.*|
9
+ tools/mklittlefs/.*|
10
+ tools/mkspiffs/.*|
11
+ tools/openocd-esp32/.*
12
+ )$
13
14
default_language_version:
15
# force all unspecified python hooks to run python3
@@ -34,6 +45,7 @@ repos:
34
45
rev: "22.10.0"
35
46
hooks:
36
47
- id: black
48
+ types_or: [python]
37
49
args: [--line-length=120] #From the arduino code style. Add as argument rather than creating a new config file.
38
50
- repo: https://github.com/PyCQA/flake8
39
51
rev: "7.0.0"
0 commit comments