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

Merge for 1.5rc2 #38

Merged
merged 14 commits into from
Sep 18, 2024
Next Next commit
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.5](astral-sh/ruff-pre-commit@v0.6.1...v0.6.5)
pre-commit-ci[bot] authored Sep 16, 2024
commit 4c2f882c7449d12864dd41008dc7a7fcb4eacf50
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.1
rev: v0.6.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]