From b61eac8f55126124f1c03aa1cc22b1a05fe2caf0 Mon Sep 17 00:00:00 2001 From: Sadra Date: Tue, 16 Aug 2022 20:14:26 +0430 Subject: [PATCH] python version specifier removed Co-authored-by: Arshia Qaem --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2674511..3f7bbc9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,7 @@ -# See https://pre-commit.com for more information -default_language_version: - # default language version for each language used in the repository - python: python3.10.4 repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.4.0 hooks: - # See https://pre-commit.com/hooks.html for more hooks - id: end-of-file-fixer - id: name-tests-test args: [ "--django" ]