Skip to content

Commit

Permalink
Merge branch 'main' into 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floatingpurr committed Mar 7, 2022
2 parents 55fbde9 + 3929f9e commit fdb0567
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 129 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:

# general checks (see here: https://pre-commit.com/hooks.html)
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-added-large-files
- id: check-json
Expand All @@ -29,7 +29,7 @@ repos:

# black - formatting
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black

Expand All @@ -47,7 +47,7 @@ repos:

# mypy - lint-like type checking
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.920
rev: v0.931
hooks:
- id: mypy
additional_dependencies: [types-pyyaml==6.0.1]
Expand Down
Loading

0 comments on commit fdb0567

Please sign in to comment.