Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Nextcloud Notifier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
nimrod
Nextcloud Notifier
Compare revisions
23cb8c17130e4f3cede12edeac93850931c890bd to 50fc56cd809567d1aaedbe988fa2a95d0c75f5f3
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
nimrod/nextcloud-notifier
Select target project
No results found
50fc56cd809567d1aaedbe988fa2a95d0c75f5f3
Select Git revision
Swap
Target
nimrod/nextcloud-notifier
Select target project
nimrod/nextcloud-notifier
1 result
23cb8c17130e4f3cede12edeac93850931c890bd
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
fixup! Auto-update pre-commit hooks.
· 97dea0fe
nimrod
authored
2 years ago
97dea0fe
Refresh .pre-commit.yaml from the skeleton file.
· 50fc56cd
nimrod
authored
2 years ago
50fc56cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.pre-commit-config.yaml
+27
-12
27 additions, 12 deletions
.pre-commit-config.yaml
with
27 additions
and
12 deletions
.pre-commit-config.yaml
View file @
50fc56cd
---
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks.git
rev
:
v4.
4
.0
rev
:
v4.
3
.0
hooks
:
-
id
:
check-added-large-files
-
id
:
check-merge-conflict
-
id
:
check-yaml
-
id
:
detect-private-key
...
...
@@ -11,17 +12,17 @@ repos:
exclude
:
\.diff$
-
repo
:
https://github.com/codespell-project/codespell.git
rev
:
v2.
2.2
rev
:
v2.
1.0
hooks
:
-
id
:
codespell
-
repo
:
https://github.com/Yelp/detect-secrets.git
rev
:
v1.
4
.0
rev
:
v1.
2
.0
hooks
:
-
id
:
detect-secrets
-
repo
:
https://github.com/amperser/proselint.git
rev
:
0.1
3.0
rev
:
0.1
0.2
hooks
:
-
id
:
proselint
types
:
[
plain-text
]
...
...
@@ -41,14 +42,17 @@ repos:
-
id
:
yamltool
-
repo
:
https://github.com/adrienverge/yamllint.git
rev
:
v1.2
8.0
rev
:
v1.2
7.1
hooks
:
-
id
:
yamllint
-
repo
:
https://github.com/executablebooks/mdformat.git
rev
:
0.7.1
6
rev
:
0.7.1
4
hooks
:
-
id
:
mdformat
additional_dependencies
:
-
mdformat-frontmatter
-
mdformat-gfm
-
repo
:
https://github.com/AleksaC/hadolint-py.git
rev
:
v2.10.0
...
...
@@ -56,7 +60,7 @@ repos:
-
id
:
hadolint
-
repo
:
https://github.com/ambv/black.git
rev
:
22.
10
.0
rev
:
22.
6
.0
hooks
:
-
id
:
black
args
:
...
...
@@ -70,7 +74,7 @@ repos:
args
:
[
"
--filter-files"
,
"
--profile"
,
"
black"
]
-
repo
:
https://github.com/PyCQA/prospector.git
rev
:
v
1.
8.2
rev
:
1.
7.7
hooks
:
-
id
:
prospector
args
:
...
...
@@ -97,7 +101,7 @@ repos:
-
pyroma
-
repo
:
https://github.com/pycqa/flake8.git
rev
:
6.0.0
rev
:
3.9.2
hooks
:
-
id
:
flake8
args
:
...
...
@@ -118,7 +122,7 @@ repos:
-
id
:
python-safety-dependencies-check
-
repo
:
https://github.com/asottile/pyupgrade.git
rev
:
v
3
.3
.0
rev
:
v
2
.3
7.1
hooks
:
-
id
:
pyupgrade
...
...
@@ -128,15 +132,26 @@ repos:
-
id
:
pycln
-
repo
:
https://github.com/PyCQA/docformatter.git
rev
:
v1.
5.0
rev
:
v1.
4
hooks
:
-
id
:
docformatter
-
repo
:
https://github.com/jazzband/pip-tools.git
rev
:
6.
11
.0
rev
:
6.
8
.0
hooks
:
-
id
:
pip-compile
args
:
-
"
--allow-unsafe"
-
"
--generate-hashes"
-
"
--no-upgrade"
-
repo
:
https://github.com/trailofbits/pip-audit.git
rev
:
v2.4.3
hooks
:
-
id
:
pip-audit
-
id
:
pip-audit
name
:
pip-audit requirements files
args
:
-
"
--requirement"
-
"
requirements.txt"
-
"
--fix"
This diff is collapsed.
Click to expand it.