We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f129656 commit 73f4708Copy full SHA for 73f4708
.pre-commit-config.yaml
@@ -6,6 +6,7 @@ repos:
6
entry: gnatformat
7
language: system
8
files: "^lkql_checker/src/.*\\.ad(b|s)$"
9
+
10
- repo: local
11
hooks:
12
- id: maven-spotless
@@ -18,3 +19,9 @@ repos:
18
19
pass_filenames: false
20
require_serial: true
21
files: "^lkql_jit/.*\\.java$"
22
23
+ - repo: https://github.com/ambv/black
24
+ rev: 24.10.0
25
+ hooks:
26
+ - id: black
27
+ name: black-24.10.0
0 commit comments