-
-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
22 lines (22 loc) · 786 Bytes
/
.pre-commit-config.yaml
File metadata and controls
22 lines (22 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# pre-commit is a tool to perform a predefined set of tasks manually and/or
# automatically before git commits are made.
#
# Config reference: https://pre-commit.com/#pre-commit-configyaml---top-level
#
# Common tasks
#
# - Run on all files: pre-commit run --all-files
# - Register git hooks: pre-commit install --install-hooks
#
# About pre-commit.ci
#
# pre-commit.ci is a service that is enabled for this repo via
# https://github.com/organizations/dask/settings/installations to do the
# following:
#
# 1. Automatically keep the pinned versions in this file updated via PRs.
# 2. Automatically run a pre-commit tests.
# 3. Automatically add a commit with autoformatting changes to PRs if the
# author have forgot to run configured autoformatters.
#
repos: []