Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 43db85e

Browse files
authored
Merge pull request #230 from snok/pre-commit-update
updated pre-commit
2 parents 452e791 + a0147fe commit 43db85e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,20 @@ repos:
1212
- id: trailing-whitespace
1313
- id: check-ast
1414
- id: check-json
15+
- id: check-yaml
1516
- id: check-merge-conflict
16-
- id: no-commit-to-branch
17-
args: [ --branch, master ]
1817
- repo: https://gitlab.com/pycqa/flake8
1918
rev: 3.8.4
2019
hooks:
2120
- id: flake8
2221
additional_dependencies: [
23-
'flake8-bugbear==20.11.1',
24-
'flake8-comprehensions==3.3.1',
25-
'flake8-print==4.0.0',
26-
'flake8-mutable==1.2.0',
22+
'flake8-bugbear',
23+
'flake8-comprehensions',
24+
'flake8-print',
25+
'flake8-mutable',
2726
'flake8-use-fstring',
28-
'flake8-simplify==0.14.0',
29-
'flake8-pytest-style==1.3.0',
27+
'flake8-simplify',
28+
'flake8-pytest-style',
3029
]
3130
- repo: https://github.com/asottile/pyupgrade
3231
rev: v2.10.0

0 commit comments

Comments
 (0)