Skip to content

Commit

Permalink
LNT: Update pre-commit pins & repos (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored Dec 29, 2023
1 parent 60ee0e0 commit b3583e1
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
default_language_version:
python: python3.10

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
exclude: .*serverless.*\.yml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.1.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
rev: 5.12.0
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
args: [setup.py, gars_field/, test/]
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.16.0
hooks:
- id: blacken-docs
args: [--skip-errors]
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8

0 comments on commit b3583e1

Please sign in to comment.