Skip to content

Commit

Permalink
bulk commit of files from enterprise repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgleason committed Jun 12, 2024
1 parent 2a2d292 commit 3313c30
Showing 103 changed files with 7,187 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
repos:
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-json
- id: check-yaml
exclude: ^conda.recipe/
- id: end-of-file-fixer
exclude_types: [csv]
- id: trailing-whitespace
- id: check-merge-conflict
- id: check-symlinks
- id: mixed-line-ending
exclude_types: [csv]
- id: sort-simple-yaml
- id: requirements-txt-fixer
- id: pretty-format-json
args: [--autofix]
- repo: https://github.com/PyCQA/pylint
rev: v2.16.2
hooks:
- id: pylint
Loading

0 comments on commit 3313c30

Please sign in to comment.