Skip to content
Snippets Groups Projects

Update version of Black used in pre-commit

Merged Marco Clemencic requested to merge clemenci-master-patch-73341 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -8,7 +8,7 @@ repos:
types_or: [file]
files: \.(icc|icpp)$
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Loading