Fix pre commit ci update config slg#339
Merged
sbidoul merged 5 commits intoOCA:masterfrom Mar 31, 2026
Merged
Conversation
updates: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 26.3.1](psf/black-pre-commit-mirror@24.10.0...26.3.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/asottile/pyupgrade: v3.18.0 → v3.21.2](asottile/pyupgrade@v3.18.0...v3.21.2) - [github.com/PyCQA/isort: 5.13.2 → 8.0.1](PyCQA/isort@5.13.2...8.0.1)
for more information, see https://pre-commit.ci
fix-encoding-pragma has been removed -- use pyupgrade from https://github.com/asottile/pyupgrade
0cd1d6a to
4ee0a36
Compare
…it files. [IMP] replace black + flake8 + pyupgrade + seed-isort-config + isort by ruff. (like in other OCA repo)
4ee0a36 to
1698def
Compare
sbidoul
reviewed
Mar 31, 2026
src/oca_github_bot/manifest.py
Outdated
| f"https://github.com/{org}/{repo}/raw/{branch}/{addon}/{manifest_file}" | ||
| ) | ||
| _logger.debug("Looking for maintainers in %s" % url) | ||
| _logger.debug(f"Looking for maintainers in {url}") |
Member
There was a problem hiding this comment.
This one was wrong before. Use , instead.
Collaborator
Author
There was a problem hiding this comment.
done.
Thanks for your quick review !
1698def to
b4c8e30
Compare
b4c8e30 to
00ad383
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
supersed : #309
apply changes and fix pre-commit errors.
rebased on top of recent merged PRs : #329, #332, #333, #334, #335, #336, #337