WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit adfb1dd

Browse files
authored
Merge pull request #1374 from esc/remove-pre-commit
remove pre-commit
2 parents 80993bb + 7bbc426 commit adfb1dd

File tree

4 files changed

+0
-84
lines changed

4 files changed

+0
-84
lines changed

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 0 additions & 40 deletions
This file was deleted.

docs/source/contributing.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,6 @@ Coding conventions
7878
for maximum readability with all existing tools, such as code
7979
review user interfaces.
8080

81-
Optionally, you may wish to setup `pre-commit hooks <https://pre-commit.com/>`_
82-
to automatically run ``clang-format`` when you make a git commit. This can be
83-
done by installing ``pre-commit``::
84-
85-
pip install pre-commit
86-
87-
and then running::
88-
89-
pre-commit install
90-
91-
from the root of the Numba repository. Now ``clang-format`` will be run each time
92-
you commit changes. You can skip this check with ``git commit --no-verify``.
93-
9481

9582
Platform support
9683
----------------

renovate.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
"config:recommended",
55
"helpers:pinGitHubActionDigestsToSemver"
66
],
7-
"pre-commit": {
8-
"enabled": true
9-
},
107
"ignorePaths": ["docs/rtd-requirements.txt"]
118
}

0 commit comments

Comments
 (0)