Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
reginald-mclean committed Apr 23, 2024
1 parent af1d1e6 commit e343db7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ repos:
rev: v2.2.4
hooks:
- id: codespell
exclude: 'metaworld/envs/assets_updated/sawyer_xyz/dm_control_pick_place.ipynb|docs/*'
exclude: 'metaworld/envs/assets_updated/sawyer_xyz/dm_control_pick_place.ipynb'
# args:
# - --ignore-words-list==
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
exclude: 'docs/*'
args:
- '--per-file-ignores=*/__init__.py:F401'
- --ignore=E203,W503,E741
Expand All @@ -40,18 +39,15 @@ repos:
rev: v3.3.2
hooks:
- id: pyupgrade
exclude: 'docs/.*'
args: ["--py38-plus"]
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
exclude: 'docs/*'
- repo: https://github.com/python/black
rev: 23.3.0
hooks:
- id: black
exclude: 'docs/*'
# - repo: https://github.com/pycqa/pydocstyle
# rev: 6.3.0
# hooks:
Expand Down

0 comments on commit e343db7

Please sign in to comment.