From 1b232cd640fa7bb75d367c4b8aae80664c6d91d0 Mon Sep 17 00:00:00 2001 From: Patilla Code Date: Sun, 2 Jul 2023 19:14:05 +0200 Subject: [PATCH] Hotfix pre commit config (#470) --- .pre-commit-config.yaml | 11 +++++------ README.md | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa50906..9f87bd5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,9 +32,8 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace -- repo: https://github.com/codespell-project/codespell - rev: v2.2.5 - hooks: - - id: codespell - additional_dependencies: - - tomli + - repo: https://github.com/codespell-project/codespell + rev: v2.2.5 + hooks: + - id: codespell + additional_dependencies: [tomli] diff --git a/README.md b/README.md index 480a124..4e9fbea 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ By running gpt-engineer you agree to our [terms](https://github.com/AntonOsika/g To get started, create a codespace for this repository by clicking this 👇 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/AntonOsika/gpt-engineer/codespaces) - + ## Features