Skip to content

Commit c24b753

Browse files
authored
Apply suggestions from code review
1 parent b22d97d commit c24b753

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.github/workflows/ci.yml

-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
<<<<<<<
2-
=======
31
# Main CI Workflow
4-
>>>>>>>
52
name: CI
63

74
on:
@@ -49,13 +46,8 @@ jobs:
4946
- run: python -m twine check dist/*
5047

5148
test:
52-
<<<<<<<
53-
needs: [core]
54-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
55-
=======
5649
needs: [core, sdist_verify]
5750
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
58-
>>>>>>>
5951
with:
6052
submodules: false
6153
coverage: codecov
@@ -127,13 +119,8 @@ jobs:
127119
github.event_name == 'pull_request' &&
128120
contains(github.event.pull_request.labels.*.name, 'Run publish')
129121
)
130-
<<<<<<<
131-
needs: [test]
132-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@main
133-
=======
134122
needs: [test, docs]
135123
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
136-
>>>>>>>
137124
with:
138125
python-version: "3.12"
139126
test_extras: 'dev'

.pre-commit-config.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
repos:
22
# This should be before any formatting hooks like isort
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
<<<<<<<
5-
rev: "v0.7.2"
6-
=======
74
rev: "v0.8.1"
8-
>>>>>>>
95
hooks:
106
- id: ruff
117
args: ["--fix"]

0 commit comments

Comments
 (0)