Skip to content

Commit

Permalink
Merge branch 'development' into manual-integration-test-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Sep 16, 2024
2 parents 4484b68 + a98409f commit f551b3e
Show file tree
Hide file tree
Showing 15 changed files with 7,091 additions and 5,728 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/traffic_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# Calculates traffic and clones and stores in CSV file
- name: GitHub traffic
uses: sangonzal/repository-traffic-action@v0.1.5
uses: sangonzal/repository-traffic-action@v.0.1.6
env:
TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ repos:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.0
rev: v0.6.3
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
- id: ruff-format

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.18
rev: v0.19
hooks:
- id: validate-pyproject

Expand Down
Loading

0 comments on commit f551b3e

Please sign in to comment.