-
Notifications
You must be signed in to change notification settings - Fork 9
Replace pre commit with prek #133
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
Changes from all commits
faa421e
842e672
c8e7f81
4fb3887
3fc323c
c35f799
2f68beb
0c655ed
b89b1df
d2dc16c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| FROM mcr.microsoft.com/vscode/devcontainers/python:3.12 | ||
| USER root | ||
| RUN rm -f /etc/apt/sources.list.d/yarn.list \ | ||
| && rm -f /usr/share/keyrings/yarn.gpg \ | ||
| && apt-get update |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -47,8 +47,7 @@ dev = [ | |||||
| "covdefaults==2.3.0", | ||||||
| "coverage[toml]==7.4.3", | ||||||
| "mypy==1.9.0", | ||||||
| "pre-commit==3.6.0", | ||||||
| "pre-commit-hooks==4.5.0", | ||||||
| "prek", | ||||||
|
||||||
| "prek", | |
| "prek==0.6.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate step: "Check YAML files" is executed twice (lines 77-78 and 79-80). One of these steps should be removed.