Skip to content

Commit

Permalink
Update indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 14, 2023
1 parent 9f9fb00 commit 43a7310
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
cache: pip
python-version: "3.10"
cache: pip
python-version: "3.10"
- name: Install dependencies
env:
PIP_CONSTRAINT: .github/workflows/constraints.txt
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
cache: pip
python-version: ${{ matrix.python-version }}
allow-prereleases: true
architecture: x64
cache: pip
python-version: ${{ matrix.python-version }}
allow-prereleases: true
architecture: x64
- name: Install dependencies
env:
PIP_CONSTRAINT: .github/workflows/constraints.txt
Expand Down
40 changes: 20 additions & 20 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ ci:
submodules: false

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: check-toml
- id: end-of-file-fixer
- id: no-commit-to-branch
args: [--branch, main]
- id: trailing-whitespace
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: check-toml
- id: end-of-file-fixer
- id: no-commit-to-branch
args: [--branch, main]
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.5
hooks:
- id: ruff
args: [--fix, --preview, --exit-non-zero-on-fix, --show-fixes]
- id: ruff
entry: ruff format
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.5
hooks:
- id: ruff
args: [--fix, --preview, --exit-non-zero-on-fix, --show-fixes]
- id: ruff
entry: ruff format

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.5.1"
hooks:
- id: pyproject-fmt
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.5.1"
hooks:
- id: pyproject-fmt

0 comments on commit 43a7310

Please sign in to comment.