Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HELpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
HELpy
Commits
bbe0c2c9
Commit
bbe0c2c9
authored
1 week ago
by
Bartek Wrona
Browse files
Options
Downloads
Patches
Plain Diff
Update pre-commit-hook python version to 3.12 and ruff version to 0.6.5 matching other repositories
parent
994da130
No related branches found
Branches containing commit
No related tags found
1 merge request
!79
ubuntu24.04 update
Pipeline
#118552
failed
1 week ago
Stage: static_code_analysis
Stage: build
Stage: beekeepy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.pre-commit-config.yaml
+3
-3
3 additions, 3 deletions
.pre-commit-config.yaml
with
3 additions
and
3 deletions
.pre-commit-config.yaml
+
3
−
3
View file @
bbe0c2c9
...
@@ -19,16 +19,16 @@ repos:
...
@@ -19,16 +19,16 @@ repos:
-
id
:
poetry-lock
-
id
:
poetry-lock
name
:
checking if beekeepy/poetry.lock is consistent with pyproject.toml
name
:
checking if beekeepy/poetry.lock is consistent with pyproject.toml
args
:
[
"
-C"
,
"
./beekeepy"
,
"
--no-update"
]
args
:
[
"
-C"
,
"
./beekeepy"
,
"
--no-update"
]
language_version
:
python3.1
0
language_version
:
python3.1
2
-
repo
:
https://github.com/python-poetry/poetry
-
repo
:
https://github.com/python-poetry/poetry
rev
:
1.7.1
rev
:
1.7.1
hooks
:
hooks
:
-
id
:
poetry-lock
-
id
:
poetry-lock
name
:
checking if tests/local-tools/poetry.lock is consistent with pyproject.toml
name
:
checking if tests/local-tools/poetry.lock is consistent with pyproject.toml
args
:
[
"
-C"
,
"
./tests/local-tools"
,
"
--no-update"
]
args
:
[
"
-C"
,
"
./tests/local-tools"
,
"
--no-update"
]
language_version
:
python3.1
0
language_version
:
python3.1
2
-
repo
:
https://github.com/charliermarsh/ruff-pre-commit
-
repo
:
https://github.com/charliermarsh/ruff-pre-commit
rev
:
'
v0.
4.9
'
rev
:
'
v0.
6.5
'
hooks
:
hooks
:
-
id
:
ruff
-
id
:
ruff
name
:
linting code with Ruff
name
:
linting code with Ruff
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment