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 7702448 commit 26614eaCopy full SHA for 26614ea
.java-version
@@ -0,0 +1 @@
1
+17.0
.pre-commit-config.yaml
@@ -1,17 +1,17 @@
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v2.3.0
+ rev: v4.5.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- repo: https://github.com/Lucas-C/pre-commit-hooks
9
- rev: v1.1.13
+ rev: v1.5.4
10
11
- id: forbid-crlf
12
- id: remove-crlf
13
- repo: https://github.com/ejba/pre-commit-maven
14
- rev: v0.3.3
+ rev: v0.3.4
15
16
- id: maven
17
args: ['-f pom.xml spotless:apply']
0 commit comments