Skip to content

Commit

Permalink
Merge branch 'prototype' of github.com:lsst-ts/ts_logging_and_reporti…
Browse files Browse the repository at this point in the history
…ng into prototype
  • Loading branch information
pothiers committed Oct 30, 2024
2 parents 58d068c + c0b3cff commit ea0c447
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 69 deletions.
35 changes: 4 additions & 31 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,7 @@
name: Python CI
name: lint

env:
PYTHON_VERSION: "3.12" # Default Python version

"on":
merge_group: {}
pull_request: {}
push:
branches-ignore:
# These should always correspond to pull requests, so ignore them for
# the push trigger and let them be triggered by the pull_request
# trigger, avoiding running the workflow twice. This is a minor
# optimization so there's no need to ensure this is comprehensive.
- "dependabot/**"
- "renovate/**"
- "tickets/**"
- "u/**"
on: push

jobs:

lint:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: Run pre-commit
uses: pre-commit/action@v3.0.1
call-workflow:
uses: lsst-ts/tssw_workflows/.github/workflows/lint.yaml@main
35 changes: 0 additions & 35 deletions .pre-commit-config.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ __all__ = ["__version__"]
__version__ = "{version}"
"""

[tool.black]
line-length = 89

[tool.pytest.ini_options]
asyncio_mode = "auto"

Expand Down

0 comments on commit ea0c447

Please sign in to comment.