Skip to content

Commit 025af4c

Browse files
Address no files to check pre-commit message
check for broken symlinks............................(no files to check)Skipped ruff check...........................................(no files to check)Skipped mypy.................................................(no files to check)Skipped
1 parent a9b9312 commit 025af4c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ repos:
1010
- id: check-added-large-files
1111
- id: check-case-conflict
1212
- id: check-merge-conflict
13-
- id: check-symlinks
1413
- id: check-yaml
1514
- id: debug-statements
1615
- id: end-of-file-fixer
@@ -24,7 +23,6 @@ repos:
2423
rev: v0.15.5
2524
hooks:
2625
- id: ruff-check
27-
files: src
2826
args: ["--fix", "--show-fixes"]
2927
- repo: https://github.com/psf/black-pre-commit-mirror
3028
rev: 26.3.0
@@ -34,6 +32,5 @@ repos:
3432
rev: v1.19.1
3533
hooks:
3634
- id: mypy
37-
files: src
3835
args: []
3936
additional_dependencies: ["types-requests"]

0 commit comments

Comments
 (0)