diff --git a/.all-contributorsrc b/.all-contributorsrc index c9b7c9b..8341a3b 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,19 +13,14 @@ "name": "34j", "avatar_url": "https://avatars.githubusercontent.com/u/55338215?v=4", "profile": "https://github.com/34j", - "contributions": [ - "code" - ] + "contributions": ["code"] }, { "login": "shvchk", "name": "Andrei Shevchuk", "avatar_url": "https://avatars.githubusercontent.com/u/872945?v=4", "profile": "https://github.com/shvchk", - "contributions": [ - "bug", - "code" - ] + "contributions": ["bug", "code"] } ], "contributorsPerLine": 7, diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8ef5704..6257eca 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.0.1 hooks: - id: prettier args: ["--tab-width", "2"]