We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52d55e commit 185afb6Copy full SHA for 185afb6
.github/scripts/generate_pre_commit.py
@@ -88,7 +88,7 @@ def _find_java_projects(self) -> set[str]:
88
return {
89
p
90
for p in java_projects
91
- if "buildSrc" not in p and "spark-smoke-test" not in p
+ if "buildSrc" not in p and "spark-smoke-test" not in p and p != "."
92
}
93
94
def _find_python_projects(self) -> set[str]:
.pre-commit-config.yaml
@@ -1,12 +1,6 @@
1
repos:
2
- repo: local
3
hooks:
4
- - id: --spotless
5
- name: . Spotless Apply
6
- entry: ./gradlew :.:spotlessApply
7
- language: system
8
- files: ^./.*\.java$
9
-
10
- id: datahub-graphql-core-spotless
11
name: datahub-graphql-core Spotless Apply
12
entry: ./gradlew :datahub-graphql-core:spotlessApply
0 commit comments