Skip to content

Commit

Permalink
Merge branch 'main' into hfdl
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen authored Jan 7, 2024
2 parents c92c55a + b524435 commit 4835c3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:

# prettier
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.6" # Use the sha / tag you want to point at
rev: "v4.0.0-alpha.8" # Use the sha / tag you want to point at
hooks:
- id: prettier
types_or: [file, bash, sh, javascript, jsx, ts, tsx]
Expand Down Expand Up @@ -53,13 +53,13 @@ repos:

# lint python formatting
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 23.12.1
hooks:
- id: black
exclude: ^(acars_router/)

- repo: https://github.com/pycqa/flake8
rev: "6.1.0" # pick a git hash / tag to point to
rev: "7.0.0" # pick a git hash / tag to point to
hooks:
- id: flake8
args: ["--extend-ignore=W503,W504,E501"]
Expand Down

0 comments on commit 4835c3d

Please sign in to comment.