Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cronan03 committed Jun 4, 2024
2 parents 8119f81 + ac7c1e0 commit d47a9bf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Fix License Header
# pin to include https://github.com/apache/skywalking-eyes/pull/168
uses: apache/skywalking-eyes/header@ed436a5593c63a25f394ea29da61b0ac3731a9fe
uses: apache/skywalking-eyes/header@cd7b195c51fd3d6ad52afceb760719ddc6b3ee91
with:
mode: fix

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:
["traitlets>=5.13"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
rev: v0.3.4
hooks:
- id: ruff
types_or: [python, jupyter]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dev = [
"pytest-cov",
"coverage",
"hatch",
"ruff==0.3.0",
"ruff==0.4.7",
]

[project.scripts]
Expand Down
4 changes: 4 additions & 0 deletions tests/test_tpl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

<<<<<<< HEAD
=======

>>>>>>> ac7c1e03bb773db0a2a25814358ed4ebb690bf88
def test_tpl():
assert True

0 comments on commit d47a9bf

Please sign in to comment.