[pre-commit.ci] pre-commit autoupdate and fix deprecations by pre-commit-ci[bot] · Pull Request #7780 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
[pre-commit.ci] pre-commit autoupdate and fix deprecations#7780
[pre-commit.ci] pre-commit autoupdate and fix deprecations#7780
Conversation
pre-commit-ci bot and others added 4 commits
February 5, 2024 17:18updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.9...v0.2.0) - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.1.1](psf/black-pre-commit-mirror@23.12.1...24.1.1) - [github.com/PyCQA/bandit: 1.7.6 → 1.7.7](PyCQA/bandit@1.7.6...1.7.7) - [github.com/tox-dev/pyproject-fmt: 1.5.3 → 1.7.0](tox-dev/pyproject-fmt@1.5.3...1.7.0) - [github.com/abravalheri/validate-pyproject: v0.15 → v0.16](abravalheri/validate-pyproject@v0.15...v0.16)
for more information, see https://pre-commit.ci
Copy link Copy Markdown
Member
hugovk
commented
Feb 5, 2024
hugovk commented
Feb 5, 2024Updated: Ruff 0.2.0 has promoted the LOG rules, and also moved the linter config into a ruff.lint section:
hugovk
added
the
Dependency
label
radarhere approved these changes Feb 5, 2024
hugovk
mentioned this pull request
Copy link Copy Markdown
Member
radarhere
commented
Feb 6, 2024
radarhere commented
Feb 6, 2024I've cherry-picked a commit from #7781, moving from "extend-ignore" to "ignore", as per https://docs.astral.sh/ruff/settings/#lint_extend-ignore
extend-ignore
This option has been deprecated. The extend-ignore option is now interchangeable with ignore. Please update your configuration to use the ignore option instead.
radarhere
merged commit
3e04ca5
into
main
radarhere
deleted the
pre-commit-ci-update-config
branch
hugovk
changed the title
[pre-commit.ci] pre-commit autoupdate
[pre-commit.ci] pre-commit autoupdate and fix deprecations
radarhere
mentioned this pull request
Merged
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