Skip to content

Commit 8a5f9fe

Browse files
authored
Update .pre-commit-config.yaml
Fixed - ``` [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. An unexpected error has occurred: CalledProcessError: command: ('/usr/bin/git', 'fetch', 'origin', '--tags') return code: 128 stdout: (none) stderr: fatal: could not read Username for 'https://gitlab.com': No such device or address Check the log at /home/runner/.cache/pre-commit/pre-commit.log Error: Process completed with exit code 3.'```
1 parent a7a7389 commit 8a5f9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ repos:
1212
name: Debug Statments
1313
language_version: python3
1414
- id: check-yaml
15-
- repo: https://gitlab.com/pycqa/flake8
16-
rev: 3.8.4
15+
- repo: https://github.com/PyCQA/flake8
16+
rev: 7.0.0
1717
hooks:
1818
- id: flake8
1919
language_version: python3

0 commit comments

Comments
 (0)