diff --git a/.all-contributorsrc b/.all-contributorsrc index eb77136..6370b21 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -3,9 +3,7 @@ "projectOwner": "34j", "repoType": "github", "repoHost": "https://github.com", - "files": [ - "README.md" - ], + "files": ["README.md"], "imageSize": 80, "commit": true, "commitConvention": "angular", @@ -15,11 +13,7 @@ "name": "34j", "avatar_url": "https://avatars.githubusercontent.com/u/55338215?v=4", "profile": "https://github.com/34j", - "contributions": [ - "code", - "ideas", - "doc" - ] + "contributions": ["code", "ideas", "doc"] } ], "contributorsPerLine": 7, diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b06028f..3675d6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v3.1.0 hooks: - id: prettier args: ["--tab-width", "2"]