Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
21f0e72b
Unverified
Commit
21f0e72b
authored
Jun 13, 2022
by
pre-commit-ci[bot]
Committed by
GitHub
Jun 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[pre-commit.ci] pre-commit autoupdate (#4003)
parent
0e956a2e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.pre-commit-config.yaml
+4
-4
No files found.
.pre-commit-config.yaml
View file @
21f0e72b
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
repos
:
repos
:
# Standard hooks
# Standard hooks
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
"
v4.
2
.0"
rev
:
"
v4.
3
.0"
hooks
:
hooks
:
-
id
:
check-added-large-files
-
id
:
check-added-large-files
-
id
:
check-case-conflict
-
id
:
check-case-conflict
...
@@ -32,7 +32,7 @@ repos:
...
@@ -32,7 +32,7 @@ repos:
# Upgrade old Python syntax
# Upgrade old Python syntax
-
repo
:
https://github.com/asottile/pyupgrade
-
repo
:
https://github.com/asottile/pyupgrade
rev
:
"
v2.3
3
.0"
rev
:
"
v2.3
4
.0"
hooks
:
hooks
:
-
id
:
pyupgrade
-
id
:
pyupgrade
args
:
[
--py36-plus
]
args
:
[
--py36-plus
]
...
@@ -123,7 +123,7 @@ repos:
...
@@ -123,7 +123,7 @@ repos:
# Check static types with mypy
# Check static types with mypy
-
repo
:
https://github.com/pre-commit/mirrors-mypy
-
repo
:
https://github.com/pre-commit/mirrors-mypy
rev
:
"
v0.96
0
"
rev
:
"
v0.96
1
"
hooks
:
hooks
:
-
id
:
mypy
-
id
:
mypy
args
:
[]
args
:
[]
...
@@ -164,7 +164,7 @@ repos:
...
@@ -164,7 +164,7 @@ repos:
# Clang format the codebase automatically
# Clang format the codebase automatically
-
repo
:
https://github.com/pre-commit/mirrors-clang-format
-
repo
:
https://github.com/pre-commit/mirrors-clang-format
rev
:
"
v14.0.
3
"
rev
:
"
v14.0.
4-1
"
hooks
:
hooks
:
-
id
:
clang-format
-
id
:
clang-format
types_or
:
[
c++
,
c
,
cuda
]
types_or
:
[
c++
,
c
,
cuda
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment