Skip to content

Commit e62ab23

Browse files
committed
Resolving comments:
1 parent dc088d8 commit e62ab23

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Language: Cpp
33
BasedOnStyle: Google
4-
ColumnLimit: 100
4+
ColumnLimit: 80
55
IndentWidth: 4
66
TabWidth: 4

.pre-commit-config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ repos:
33
rev: v3.0.0a5
44
hooks:
55
- id: pylint
6-
args: [--fail-under=8.5, --disable=fixme,no-member,too-many-arguments,too-many-positional-arguments,invalid-name,useless-parent-delegation]
76

87
- repo: local
98
hooks:

0 commit comments

Comments
 (0)