forked from learningequality/kolibri-installer-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
24 lines (24 loc) · 817 Bytes
/
Copy path.pre-commit-config.yaml
File metadata and controls
24 lines (24 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.6
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: check-yaml
args: ['--allow-multiple-documents']
- id: check-added-large-files
- id: debug-statements
- id: end-of-file-fixer
- repo: local
hooks:
- id: spotless
name: spotless (Java/Gradle formatting)
entry: ./gradlew spotlessCheck --no-daemon
language: system
pass_filenames: false
files: \.(java|gradle)$