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
!174
Update links in readme, bump pre-commit hooks, bump dependencies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update links in readme, bump pre-commit hooks, bump dependencies
doc_deps
into
main
Overview
0
Commits
3
Pipelines
2
Changes
3
Merged
Moul
requested to merge
doc_deps
into
main
3 years ago
Overview
0
Commits
3
Pipelines
2
Changes
3
Bump runtime, test, doc dependencies
Bump pre-commit hooks
readme: Update clients links
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
e5616366
3 commits,
3 years ago
3 files
+
11
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
.pre-commit-config.yaml
+
5
−
5
View file @ e5616366
Edit in single-file editor
Open in Web IDE
Show full file
exclude
:
^docs/
repos
:
-
repo
:
https://github.com/psf/black
rev
:
22.
1
.0
rev
:
22.
3
.0
hooks
:
-
id
:
black
-
repo
:
https://github.com/PyCQA/isort
@@ -10,23 +10,23 @@ repos:
-
id
:
isort
args
:
[
"
--profile"
,
"
black"
]
-
repo
:
https://github.com/pre-commit/mirrors-mypy
rev
:
v0.9
31
rev
:
v0.9
50
hooks
:
-
id
:
mypy
args
:
-
"
--install-types"
-
"
--non-interactive"
-
repo
:
https://github.com/PyCQA/pylint
rev
:
v2.1
2.2
rev
:
v2.1
3.8
hooks
:
-
id
:
pylint
-
repo
:
https://github.com/asottile/pyupgrade
rev
:
v2.3
1.0
rev
:
v2.3
2.1
hooks
:
-
id
:
pyupgrade
args
:
[
--py37-plus
]
-
repo
:
https://github.com/Lucas-C/pre-commit-hooks
rev
:
v1.1.1
2
rev
:
v1.1.1
3
hooks
:
-
id
:
insert-license
files
:
\.py$
Loading