mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Update pre-commit dependencies (#12232)
This commit is contained in:
parent
c396b9f08b
commit
b5ab4ce293
2 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,7 @@ repos:
|
|||
)$
|
||||
|
||||
- repo: https://github.com/crate-ci/typos
|
||||
rev: v1.22.9
|
||||
rev: v1.23.1
|
||||
hooks:
|
||||
- id: typos
|
||||
|
||||
|
@ -56,7 +56,7 @@ repos:
|
|||
pass_filenames: false # This makes it a lot faster
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.5.0
|
||||
rev: v0.5.1
|
||||
hooks:
|
||||
- id: ruff-format
|
||||
- id: ruff
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
//! ## Formatting Macros
|
||||
//!
|
||||
//! This crate defines two macros to construct the IR. These are inspired by Rust's `fmt` macros
|
||||
//! * [`format!`]: Formats a formatable object
|
||||
//! * [`format!`]: Formats a formattable object
|
||||
//! * [`format_args!`]: Concatenates a sequence of Format objects.
|
||||
//! * [`write!`]: Writes a sequence of formatable objects into an output buffer.
|
||||
//! * [`write!`]: Writes a sequence of formattable objects into an output buffer.
|
||||
|
||||
mod arguments;
|
||||
mod buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue