Skip to content

Commit

Permalink
chore(python): bump typos from 1.16.21 to 1.17.2 in /py-polars (#14165)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stijn de Gooijer <stijndegooijer@gmail.com>
  • Loading branch information
dependabot[bot] and stinodego authored Feb 1, 2024
1 parent db7b050 commit 6f5b0c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Lint Markdown and TOML
uses: dprint/check@v2.2
- name: Spell Check with Typos
uses: crate-ci/typos@v1.16.21
uses: crate-ci/typos@v1.17.2
2 changes: 1 addition & 1 deletion crates/polars-plan/src/logical_plan/tree_format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl Visitor for TreeFmtVisitor {
}
}

/// Claculates the number of digits in a `usize` number
/// Calculates the number of digits in a `usize` number
/// Useful for the alignment of of `usize` values when they are displayed
fn digits(n: usize) -> usize {
if n == 0 {
Expand Down
2 changes: 1 addition & 1 deletion py-polars/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mypy==1.8.0
ruff==0.1.9
typos==1.16.21
typos==1.17.2

0 comments on commit 6f5b0c6

Please sign in to comment.