Skip to content

Commit 8f65034

Browse files
authored
flake8-plugins pin to version (#261)
1 parent c64fe25 commit 8f65034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: flake8
2222
args: [--config=.flake8]
2323
additional_dependencies: [
24-
"git+https://github.com/RedHatQE/flake8-plugins.git",
24+
"git+https://github.com/RedHatQE/flake8-plugins.git@v0.0.2",
2525
"flake8-mutable",
2626
]
2727

0 commit comments

Comments
 (0)