Skip to content

Quantco/pre-commit-mirrors-tflint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tflint pre-commit hook

pre-commit hook of tflint with conda as a language / package manager.

For pre-commit: see here

For tflint: see here

Using tflint with pre-commit and conda:

Add this to your .pre-commit-config.yaml

 - repo: https://github.com/quantco/pre-commit-mirrors-tflint
   rev: ''  # Use the sha / tag you want to point at
   hooks:
     - id: tflint-conda