Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ASTRON Templates
Python Package
Merge requests
!33
Add pre-commit hook and improve with better linting
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add pre-commit hook and improve with better linting
add-pre-commit-improve-tox-setup
into
main
Overview
9
Commits
29
Pipelines
29
Changes
5
Merged
Hannes Feldt
requested to merge
add-pre-commit-improve-tox-setup
into
main
6 months ago
Overview
6
Commits
29
Pipelines
29
Changes
5
0
0
Merge request reports
Viewing commit
20786bbd
Prev
Next
Show latest version
5 files
+
71
−
75
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
20786bbd
migrate tox.ini to toml
· 20786bbd
Hannes Feldt
authored
6 months ago
{{cookiecutter.project_slug}}/.pre-commit-config.yaml
+
0
−
5
View file @ 20786bbd
Edit in single-file editor
Open in Web IDE
Show full file
@@ -12,11 +12,6 @@ repos:
@@ -12,11 +12,6 @@ repos:
-
id
:
check-yaml
-
id
:
check-yaml
-
id
:
check-toml
-
id
:
check-toml
-
id
:
detect-private-key
-
id
:
detect-private-key
-
repo
:
https://github.com/tox-dev/tox-ini-fmt
rev
:
"
1.4.1"
hooks
:
-
id
:
tox-ini-fmt
args
:
[
"
-p"
,
"
fix"
]
-
repo
:
local
-
repo
:
local
hooks
:
hooks
:
-
id
:
tox-black
-
id
:
tox-black
Loading