Skip to content

Commit

Permalink
remove multi_driver, add precommit config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 18, 2022
1 parent a268235 commit 467f47e
Show file tree
Hide file tree
Showing 2 changed files with 351 additions and 240 deletions.
24 changes: 24 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
exclude: ^utils/.*$

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-xml
files: cime_config/
- id: end-of-file-fixer
exclude: doc/
- id: trailing-whitespace
exclude: doc/
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
files: ./
- repo: https://github.com/PyCQA/pylint
rev: v2.11.1
hooks:
- id: pylint
args:
- --disable=I,C,R,logging-not-lazy,wildcard-import,unused-wildcard-import,fixme,broad-except,bare-except,eval-used,exec-used,global-statement,logging-format-interpolation,no-name-in-module,arguments-renamed,unspecified-encoding,protected-access,import-error,no-member
files: cime_config
Loading

0 comments on commit 467f47e

Please sign in to comment.