Skip to content

Commit

Permalink
Turned on pre-commit hook, #124.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdocua committed Dec 16, 2024
1 parent 49f1939 commit f8b67d0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-json
Expand All @@ -10,17 +10,17 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

# - repo: https://github.com/psf/black
# rev: 23.3.0
# hooks:
# - id: black
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
# B008 Do not perform function calls in argument defaults.
Expand All @@ -29,7 +29,7 @@ repos:
additional_dependencies:
- flake8-bugbear
- flake8-builtins
# - flake8-unused-arguments
- flake8-unused-arguments

exclude: '^src/reprostim-capture/.*|.codespellrc'

Expand Down

0 comments on commit f8b67d0

Please sign in to comment.