Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scnerd committed Jul 26, 2023
1 parent 1e76ceb commit 139fb0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,14 +11,14 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.7.0
hooks:
- id: black
additional_dependencies: ['click!=8.1.0']

- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.254'
rev: 'v0.0.280'
hooks:
- id: ruff
args: ["--fix"]
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ namespaces = false

[tool.pytest.ini_options]
addopts = "--cov=data_dag --cov-report term-missing --cov-report html"

4 comments on commit 139fb0e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1560100%

Tests Skipped Failures Errors Time
20 0 💤 0 ❌ 0 🔥 1.371s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1560100%

Tests Skipped Failures Errors Time
20 0 💤 0 ❌ 0 🔥 1.505s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1560100%

Tests Skipped Failures Errors Time
20 0 💤 0 ❌ 0 🔥 1.454s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1560100%

Tests Skipped Failures Errors Time
20 0 💤 0 ❌ 0 🔥 1.551s ⏱️

Please sign in to comment.