Skip to content

Commit

Permalink
Merge d765c49 into 576b147
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Dec 27, 2021
2 parents 576b147 + d765c49 commit aaa3216
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: reformat-pyproject

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.1.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -30,7 +30,7 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/domdfcoding/pre-commit-hooks
rev: v0.2.1
rev: v0.3.0
hooks:
- id: requirements-txt-sorter
args:
Expand Down Expand Up @@ -59,7 +59,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v2.29.1
hooks:
- id: pyupgrade
args:
Expand All @@ -73,7 +73,7 @@ repos:
- id: forbid-crlf

- repo: https://github.com/python-formate/snippet-fmt
rev: v0.1.3
rev: v0.1.4
hooks:
- id: snippet-fmt

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
domdf-python-tools>=0.10.0
jsonschema>=3.2.0
ruamel-yaml>=0.16.12
ruamel.yaml>=0.16.12
typing-extensions>=3.7.4.3
typing-inspect>=0.6.0

0 comments on commit aaa3216

Please sign in to comment.