Browse Source

[workflow] fixed the precommit CI (#2525)

* [workflow] fixed the precommit CI

* polish file

* polish file
pull/2528/head
Frank Lee 2 years ago committed by GitHub
parent
commit
af151032f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .pre-commit-config.yaml

2
.pre-commit-config.yaml

@ -1,7 +1,7 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: sort all imports (python)

Loading…
Cancel
Save