Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scikit-build-cpp-python
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Neutrino Physics tutorial
scikit-build-cpp-python
Commits
3e6d4c20
Commit
3e6d4c20
authored
3 months ago
by
Xuefeng Ding
Browse files
Options
Downloads
Patches
Plain Diff
python typing
parent
c21182ec
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.pre-commit-config.yaml
+16
-11
16 additions, 11 deletions
.pre-commit-config.yaml
with
16 additions
and
11 deletions
.pre-commit-config.yaml
+
16
−
11
View file @
3e6d4c20
...
...
@@ -18,28 +18,33 @@ repos:
-
id
:
requirements-txt-fixer
-
id
:
trailing-whitespace
-
repo
:
https://github.com/
kynan/nbstripou
t
rev
:
0.
8.0
-
repo
:
https://github.com/
cheshirekow/cmake-format-precommi
t
rev
:
v
0.
6.13
hooks
:
-
id
:
nbstripout
types_or
:
[
jupyter
]
-
id
:
cmake-format
types
:
[
file
]
files
:
(\.cmake|CMakeLists.txt)(.in)?$
-
repo
:
https://github.com/pre-commit/mirrors-clang-format
rev
:
v19.1.
3
rev
:
v19.1.
4
hooks
:
-
id
:
clang-format
types_or
:
[
c++
,
c
,
cuda
]
-
repo
:
https://github.com/kynan/nbstripout
rev
:
0.8.1
hooks
:
-
id
:
nbstripout
types_or
:
[
jupyter
]
-
repo
:
https://github.com/charliermarsh/ruff-pre-commit
rev
:
v0.
7.4
# Use the latest version
rev
:
v0.
8.0
# Use the latest version
hooks
:
-
id
:
ruff
args
:
[
"
--fix"
,
"
--show-fixes"
]
-
id
:
ruff-format
-
repo
:
https://github.com/
cheshirekow/cmake-format-precommit
rev
:
v
0.6.13
-
repo
:
https://github.com/
RobertCraigie/pyright-python
rev
:
v
1.1.389
hooks
:
-
id
:
cmake-format
types
:
[
file
]
files
:
(\.cmake|CMakeLists.txt)(.in)?$
-
id
:
pyright
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment