We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440f3f0 commit 3fc9010Copy full SHA for 3fc9010
.pre-commit-config.yaml
@@ -4,11 +4,11 @@
4
5
repos:
6
- repo: https://github.com/python/black
7
- rev: 19.10b0
+ rev: 20.8b1
8
hooks:
9
- id: black
10
- repo: https://github.com/fsfe/reuse-tool
11
- rev: latest
+ rev: v0.12.1
12
13
- id: reuse
14
- repo: https://github.com/pre-commit/pre-commit-hooks
.pylintrc
@@ -250,7 +250,7 @@ ignore-comments=yes
250
ignore-docstrings=yes
251
252
# Ignore imports when computing similarities.
253
-ignore-imports=no
+ignore-imports=yes
254
255
# Minimum lines number of a similarity.
256
min-similarity-lines=4
0 commit comments