Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Merge requests
!197
v1.2.0 release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
v1.2.0 release
v1.2.0_release
into
main
Overview
0
Commits
3
Pipelines
4
Changes
2
Merged
Moul
requested to merge
v1.2.0_release
into
main
1 year ago
Overview
0
Commits
3
Pipelines
4
Changes
2
Bump
pre-commit
hooks
0
0
Merge request reports
Compare
main
version 1
8dcca266
1 year ago
main (base)
and
version 1
latest version
5f40d5ac
3 commits,
1 year ago
version 1
8dcca266
2 commits,
1 year ago
2 files
+
42
−
6
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
.pre-commit-config.yaml
+
6
−
6
View file @ 8dcca266
Edit in single-file editor
Open in Web IDE
Show full file
exclude
:
^docs/
exclude
:
^docs/
repos
:
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.
4
.0
rev
:
v4.
5
.0
hooks
:
hooks
:
-
id
:
check-ast
-
id
:
check-ast
-
id
:
check-merge-conflict
-
id
:
check-merge-conflict
@@ -11,27 +11,27 @@ repos:
@@ -11,27 +11,27 @@ repos:
-
id
:
mixed-line-ending
-
id
:
mixed-line-ending
-
id
:
trailing-whitespace
-
id
:
trailing-whitespace
-
repo
:
https://github.com/psf/black
-
repo
:
https://github.com/psf/black
rev
:
2
3.9
.1
rev
:
2
4.1
.1
hooks
:
hooks
:
-
id
:
black
-
id
:
black
-
repo
:
https://github.com/PyCQA/isort
-
repo
:
https://github.com/PyCQA/isort
rev
:
5.1
2.0
rev
:
5.1
3.2
hooks
:
hooks
:
-
id
:
isort
-
id
:
isort
args
:
[
"
--profile"
,
"
black"
]
args
:
[
"
--profile"
,
"
black"
]
-
repo
:
https://github.com/pre-commit/mirrors-mypy
-
repo
:
https://github.com/pre-commit/mirrors-mypy
rev
:
v1.
5.1
rev
:
v1.
8.0
hooks
:
hooks
:
-
id
:
mypy
-
id
:
mypy
args
:
args
:
-
"
--install-types"
-
"
--install-types"
-
"
--non-interactive"
-
"
--non-interactive"
-
repo
:
https://github.com/pylint-dev/pylint
-
repo
:
https://github.com/pylint-dev/pylint
rev
:
v3.0.
0
rev
:
v3.0.
3
hooks
:
hooks
:
-
id
:
pylint
-
id
:
pylint
-
repo
:
https://github.com/asottile/pyupgrade
-
repo
:
https://github.com/asottile/pyupgrade
rev
:
v3.1
4
.0
rev
:
v3.1
5
.0
hooks
:
hooks
:
-
id
:
pyupgrade
-
id
:
pyupgrade
args
:
[
--py38-plus
]
args
:
[
--py38-plus
]
Loading