Skip to content

Commit 03367a3

Browse files
Update dependencies (#76)
Update dependencies: * Update pre-commit requirement from ~=2.15 to ~=2.16 Update `pre-commit` hooks Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa8f797 commit 03367a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/ambv/black
6-
rev: 21.11b1
6+
rev: 21.12b0
77
hooks:
88
- id: black
99
name: Blacken

requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
invoke~=1.6
2-
pre-commit~=2.15
2+
pre-commit~=2.16
33
pylint~=2.12

0 commit comments

Comments
 (0)