-
-
Notifications
You must be signed in to change notification settings - Fork 653
Update pre-commit file and configuration #3412
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
Conversation
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.
Please check also these files:
ignite/.github/workflows/unit-tests.yml
Lines 99 to 102 in adbb260
- name: Check code formatting run: | bash ./tests/run_code_style.sh install bash ./tests/run_code_style.sh lint
and other similar GHA config files- https://github.com/pytorch/ignite/blob/master/tests/run_code_style.sh
- https://github.com/pytorch/ignite/blob/master/tests/run_code_style.bat
(most likely we'll remove these script files)
9a9367f
to
c11fa83
Compare
c11fa83
to
c270078
Compare
234d174
to
962beba
Compare
7dedc5c
to
ab34695
Compare
788d14c
to
69a1aa7
Compare
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.
Thanks a lot @goanpeca !
8d67fe8
to
aedb7ca
Compare
Update pre-commit file and configuration
Depends on: