Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mwclient
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
Container Registry
Model registry
Operate
Environments
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
WebU
shared
mwclient
4af195295d32cc9502aea6ef56f050a69809d2df
mwclient
setup.cfg
Find file
Normal view
Permalink
setup.cfg
88 B
Newer
Older
Switch to flake8 for linting
Dan Michael O. Heggø
committed
5 years ago
1
[flake8]
Reformat with max line length 90
Dan Michael O. Heggø
committed
5 years ago
2
max-line-length
=
90
Update project metadata and switch build-tool to hatchling
Marc Troelitzsch
committed
5 months ago
3
ignore
=
Drop an attempted comment from flake8 config in setup.cfg
Adam Williamson
committed
2 years ago
4
5
# Line break before binary operator
W503