Skip to content

Commit

Permalink
fix F0002
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslansenatorov committed Oct 27, 2024
1 parent e927866 commit ec9132b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ repos:
- --ignore=no_check*,__init__.py
- --max-line-length=79
- --const-naming-style=any
- --disable=E0401,W0104,R0903,R1721,E1101,E0611
- --disable=E0401,W0104,R0903,R1721,E1101,E0611,F0002


- repo: https://github.com/pre-commit/mirrors-pylint
Expand All @@ -222,7 +222,7 @@ repos:
"--ignore=no_check*,__init__.py",
"--max-line-length=79",
"--const-naming-style=any",
"--disable=E0401,W0104,R0903,R1721,E1101,E0611"
"--disable=E0401,W0104,R0903,R1721,E1101,E0611,F0002"
]
additional_dependencies: [pylint]

Expand Down

0 comments on commit ec9132b

Please sign in to comment.