From 8e89d5b563015e3f5f8a7cc90e3af35be92c08d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonhyung=20Lee/=EC=9D=B4=EC=A4=80=ED=98=95?= <33523965+veritas9872@users.noreply.github.com> Date: Mon, 10 Apr 2023 18:24:55 +0900 Subject: [PATCH] Update .pre-commit-config.yaml Remove outdated comments. --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04cfc0c..b3a8f0e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,6 @@ # Pre-commit is a tool to check for issues in the code at commit time. # Visit the pre-commit documentation for the configuration options. # https://pre-commit.com/#adding-pre-commit-plugins-to-your-project -# Run `pre-commit install` inside the container for the first run. -# Run `pre-commit run --all-files` to run all checks. default_language_version: python: python3.10