Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve pylint line-too-long for linops #682

Merged
merged 12 commits into from
Mar 28, 2022
Merged

Resolve pylint line-too-long for linops #682

merged 12 commits into from
Mar 28, 2022

Conversation

PrSh27
Copy link
Contributor

@PrSh27 PrSh27 commented Mar 27, 2022

In a Nutshell

This PR is to refactor to line-to-long for complying with pylint in /probnum/linops .

Detailed Description

Issues solved:

  • line-too-long

Related Issues

Closes #670

@PrSh27 PrSh27 changed the title Pr sh27 lineops pylint line too long Resolve pylint line-too-long for linops Mar 27, 2022
Copy link
Contributor

@JonathanWenger JonathanWenger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@JonathanWenger JonathanWenger merged commit 672d19b into probabilistic-numerics:main Mar 28, 2022
@PrSh27 PrSh27 deleted the PrSh27-_lineops_pylint_line-too-long branch March 28, 2022 16:10
marvinpfoertner pushed a commit to marvinpfoertner/probnum that referenced this pull request Mar 29, 2022
* Remove line-to-long for _problems

* Remove

* Remove line-too-long for _scaling

* -

* Remove line-too-long from /linops and add to/problems

* Update _kronecker.py

* Fix trailing-whitespace

* Fix trailing whitespace for kroneker

* Fix trailing-whitespaces for _linear_operator
marvinpfoertner added a commit that referenced this pull request Mar 29, 2022
…#685)

* Migrate `setup.cfg` to PEP 621 Project Metadata in `pyproject.toml`

* Add URLs in `pyproject.toml` testing config

* Update `black` configuration

* Update `isort` configuration

* Add headers for formatting and linting configuration

* Move formatting configuration section

* Rearrange linting configuration

* Add maintainers and authors

* Bugfix in `tool.setuptools.platforms`

* Bugfix in package collection

* Bugfix in `project.optional-dependencies`

* Don't need requirements.txt anymore

* One line per package dependency

* Bugfix in `[project.version]`

* Remove authors and maintainers

* Bugfix: `optional-dependencies` is generated dynamically

* Fix warning in build process: Add `homepage` URL

* Update sphinx requirement from <4.5,>=3.0 to >=3.0,<4.6 (#688)

* Resolve pylint line-too-long for linops (#682)

* Remove line-to-long for _problems

* Remove

* Remove line-too-long for _scaling

* -

* Remove line-too-long from /linops and add to/problems

* Update _kronecker.py

* Fix trailing-whitespace

* Fix trailing whitespace for kroneker

* Fix trailing-whitespaces for _linear_operator

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PrSh27 <[email protected]>
nirmal-j-patel pushed a commit to nirmal-j-patel/probnum that referenced this pull request Apr 1, 2022
* Remove line-to-long for _problems

* Remove

* Remove line-too-long for _scaling

* -

* Remove line-too-long from /linops and add to/problems

* Update _kronecker.py

* Fix trailing-whitespace

* Fix trailing whitespace for kroneker

* Fix trailing-whitespaces for _linear_operator
nirmal-j-patel pushed a commit to nirmal-j-patel/probnum that referenced this pull request Apr 1, 2022
…probabilistic-numerics#685)

* Migrate `setup.cfg` to PEP 621 Project Metadata in `pyproject.toml`

* Add URLs in `pyproject.toml` testing config

* Update `black` configuration

* Update `isort` configuration

* Add headers for formatting and linting configuration

* Move formatting configuration section

* Rearrange linting configuration

* Add maintainers and authors

* Bugfix in `tool.setuptools.platforms`

* Bugfix in package collection

* Bugfix in `project.optional-dependencies`

* Don't need requirements.txt anymore

* One line per package dependency

* Bugfix in `[project.version]`

* Remove authors and maintainers

* Bugfix: `optional-dependencies` is generated dynamically

* Fix warning in build process: Add `homepage` URL

* Update sphinx requirement from <4.5,>=3.0 to >=3.0,<4.6 (probabilistic-numerics#688)

* Resolve pylint line-too-long for linops (probabilistic-numerics#682)

* Remove line-to-long for _problems

* Remove

* Remove line-too-long for _scaling

* -

* Remove line-too-long from /linops and add to/problems

* Update _kronecker.py

* Fix trailing-whitespace

* Fix trailing whitespace for kroneker

* Fix trailing-whitespaces for _linear_operator

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PrSh27 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Easy-to-fix pylint messages in probnum.linops
2 participants