Skip to content

Commit

Permalink
Merge branch 'main' into action_workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ypkang committed Sep 8, 2024
2 parents 8067866 + 9d48952 commit b5343f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-jaclang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Linting and Pre-commit checks for jaclang
on:
pull_request:
paths:
- "jaclang/**"
- "jaclang/**"
push:
branches:
- main
paths:
- "jaclang/**"
- "jaclang/**"

jobs:
pre-commit-jaclang:
Expand Down
1 change: 1 addition & 0 deletions jaclang/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ repos:
args: ['--config=jaclang/.flake8']
additional_dependencies: [pep8-naming, flake8_import_order, flake8_docstrings, flake8_comprehensions, flake8_bugbear, flake8_annotations, flake8_simplify]
exclude: "examples|vendor|langserve/tests|pygame_mock"
args: [--max-line-length=120, --ignore=E203, --ignore=W503, --ignore=ANN101, --ignore=ANN101]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
hooks:
Expand Down
1 change: 1 addition & 0 deletions jaclang/CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Jac Language Change Log

0 comments on commit b5343f6

Please sign in to comment.