Skip to content

Commit

Permalink
#73 Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
roskakori committed Apr 9, 2022
1 parent efdda1e commit a89e8bb
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 78 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ repos:
- id: isort

- repo: https://github.com/ambv/black
rev: 21.12b0
rev: 22.3.0
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v2.6.2
hooks:
- id: prettier

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: fix-byte-order-marker
- id: trailing-whitespace
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sphinx==4.3.2
Sphinx==4.5.0
sphinx_rtd_theme==1.0.0
Loading

0 comments on commit a89e8bb

Please sign in to comment.