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

CI-improvements #962

Merged
merged 2 commits into from
Oct 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
CI: Show --diff from isort during pre-commit
So that you can actually see what you need to change, not
just the fact that there's a problem
  • Loading branch information
NickCrews authored Oct 13, 2022
commit 22674624cee65c4e19627af3fc65bb7c0f8e19c1
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
rev: v5.10.1
hooks:
- id: isort
args: ["--line-length=79", "--skip=docs/source/conf.py"]
args: ["--line-length=79", "--skip=docs/source/conf.py", "--diff"]

- repo: https://github.com/ikamensh/flynt
rev: '0.76'
Expand Down