IliaLarchenko commited on
Commit
1d5a095
1 Parent(s): aaa677c

Fixed pre-commit

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +2 -1
.pre-commit-config.yaml CHANGED
@@ -15,7 +15,8 @@ repos:
15
  rev: 24.4.2
16
  hooks:
17
  - id: black
18
- args: ['--line-length', '140', '--language_version', 'python3.12']
 
19
 
20
  - repo: https://github.com/asottile/pyupgrade
21
  rev: v3.15.0
 
15
  rev: 24.4.2
16
  hooks:
17
  - id: black
18
+ language_version: python3.12
19
+ args: ['--line-length', '140']
20
 
21
  - repo: https://github.com/asottile/pyupgrade
22
  rev: v3.15.0