Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Ludy87/ecotrend-ista
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Oct 12, 2023
2 parents ec9098c + d2e8d68 commit 2acac4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2.22.0
uses: github/codeql-action/init@v2.22.1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -54,7 +54,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2.22.0
uses: github/codeql-action/autobuild@v2.22.1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,6 +68,6 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.22.0
uses: github/codeql-action/analyze@v2.22.1
with:
category: "/language:${{matrix.language}}"
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.289
rev: v0.0.292
hooks:
- id: ruff
args:
Expand All @@ -37,7 +37,7 @@ repos:
- --quiet
files: ^((custom_components|pylint|script|tests)/.+)?[^/]+\.py$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.6
hooks:
- id: codespell
args:
Expand All @@ -46,7 +46,7 @@ repos:
- --quiet-level=2
exclude_types: [csv, json]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-ast
- id: check-yaml
Expand Down Expand Up @@ -85,7 +85,7 @@ repos:
- --keep-updates
files: ^(custom_components|tests|script)/.+\.py$
- repo: https://github.com/asottile/pyupgrade
rev: v3.11.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py311-plus]

0 comments on commit 2acac4c

Please sign in to comment.