Skip to content

Commit

Permalink
Revert "try python, don't use unsupported hacks (see pre-commit/pre-c…
Browse files Browse the repository at this point in the history
…ommit#1412, sorry asottile)"

This reverts commit 9b6d8f9
  • Loading branch information
ModischFabrications committed Apr 24, 2020
1 parent 7ab0881 commit a9639d4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -59,9 +59,8 @@ repos:
description: tag git version if it's outdated
pass_filenames: false
verbose: true
entry: tag_from_version.py
language: python
additional_dependencies: [gitpython]
entry: python tag_from_version.py
language: system
# git version check only needed if version could have changed
files: main.py
types: [python]
Expand All @@ -74,7 +73,6 @@ repos:
# don't run for every file, always full execution (with default filters to skip untestable files)
pass_filenames: false
entry: python -m pytest -sv
language: python
additional_dependencies: [pytest]
language: system
types: [python]
stages: [push]

0 comments on commit a9639d4

Please sign in to comment.