File size: 171 Bytes
6a73d2a
 
 
 
 
6130461
df27812
1
2
3
4
5
6
7
8
repos:
  - repo: https://github.com/psf/black
    rev: 25.1.0
    hooks:
      - id: black
        args: ["--line-length=88", "--fast", "--quiet"]
        types: [python]