-
-
Notifications
You must be signed in to change notification settings - Fork 692
Update CONTRIBUTING and pre-commit file #1618
Copy link
Copy link
Closed
Description
Seems like these lines should be updated in order to reflect the latest state of things:
- isort -rc .
- black .
+ black .
+ isort .and
ignite/.pre-commit-config.yaml
Line 23 in 29a436f
| rev: 4.3.21-2 |
should be updated to
5.7.0 release (to check the exact change).
cc @Devanshu24 I remember you are using pre-commit, could you please take a look at this issue. Thanks!
Reactions are currently unavailable