Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI dependencies (patch) #372

Merged
merged 2 commits into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ repos:
- id: workflows-require-timeout
- id: poetry-check
additional_dependencies:
- poetry==1.8.4 # pypi
- poetry==1.8.5 # pypi
- id: poetry-lock
additional_dependencies:
- poetry==1.8.4 # pypi
- poetry==1.8.5 # pypi
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
Expand All @@ -33,7 +33,7 @@ repos:
hooks:
- id: prettier
additional_dependencies:
- [email protected].1 # npm
- [email protected].2 # npm
- [email protected] # npm
- [email protected] # npm
- '@prettier/[email protected]' # npm
Expand Down Expand Up @@ -79,7 +79,7 @@ repos:
hooks:
- id: autoflake
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args:
Expand All @@ -92,9 +92,9 @@ repos:
- --tool=ruff
- --die-on-tool-error
additional_dependencies:
- prospector-profile-duplicated==1.8.0 # pypi
- prospector-profile-duplicated==1.8.1 # pypi
- prospector-profile-utils==1.12.2 # pypi
- ruff==0.8.1 # pypi
- ruff==0.8.4 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.3.2
hooks:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016-2024, Stéphane Brunner
Copyright (c) 2016-2025, Stéphane Brunner

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
Expand Down
Loading