Skip to content

Commit ea12c7e

Browse files
committed
implement 2fa system
1 parent 15a0884 commit ea12c7e

18 files changed

Lines changed: 3164 additions & 112 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dist/
3333
.idea/
3434
*.sublime-workspace
3535
*.sublime-project
36+
.kiro/
3637

3738
# macOS
3839
.DS_Store

.pre-commit-config.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ repos:
1414
args: ["--baseline", "detect_findings.baseline"]
1515
exclude: '(\.secrets\.baseline|detect_findings\.baseline)$'
1616

17-
- repo: https://github.com/pre-commit/mirrors-pylint
18-
rev: v3.0.0a5
17+
- repo: https://github.com/pylint-dev/pylint
18+
rev: v3.3.1
1919
hooks:
2020
- id: pylint
2121
name: pylint
22-
entry: pylint
23-
language: python
24-
types: [python]
22+
args: [--disable=cyclic-import]

0 commit comments

Comments
 (0)