Skip to content

Commit

Permalink
⬆️ UPGRADE: Autoupdate pre-commit config (#93)
Browse files Browse the repository at this point in the history
* ⬆️ UPGRADE: Autoupdate pre-commit config

* ⬆️ UPGRADE: Autoupdate pre-commit config

* ⬆️ UPGRADE: Autoupdate pre-commit config

---------

Co-authored-by: s-weigand <s-weigand@users.noreply.github.com>
  • Loading branch information
s-weigand and s-weigand committed Aug 24, 2023
1 parent 5b08e22 commit 9058a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"files": [
"README.md"
],
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
additional_dependencies: [flake8-docstrings]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0 # Use the sha or tag you want to point at
rev: v3.0.2 # Use the sha or tag you want to point at
hooks:
- id: prettier

Expand All @@ -51,7 +51,7 @@ repos:
additional_dependencies: [flake8-comprehensions, flake8-2020]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
hooks:
- id: mypy
exclude: "^(docs|tests/dummy_packages)"
Expand Down

0 comments on commit 9058a3a

Please sign in to comment.