Skip to content

Instantly share code, notes, and snippets.

View iagoalonsomrf's full-sized avatar

Iago Alonso iagoalonsomrf

View GitHub Profile
@iagoalonsomrf
iagoalonsomrf / .pre-commit-config.yaml
Last active August 4, 2022 08:54 — forked from ibLeDy/.pre-commit-config.yaml
Example pre-commit config for Python projects
repos:
- repo: meta
hooks:
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
hooks:
- id: check-added-large-files
- id: check-ast