We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c9dc56 + 5e4954b commit d144118Copy full SHA for d144118
.github/workflows/python_style_checks.yml
@@ -41,6 +41,7 @@ jobs:
41
with:
42
src: "."
43
options: "--check"
44
+ verson: "22.12.0"
45
46
flake8:
47
runs-on: ubuntu-latest
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: end-of-file-fixer
14
- id: trailing-whitespace
15
- repo: https://github.com/psf/black
16
- rev: 22.10.0
+ rev: 22.12.0
17
hooks:
18
- id: black
19
exclude: "versioneer.py|dpctl/_version.py"
0 commit comments