Skip to content

Commit

Permalink
Merge pull request #113 from kadirnar/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit suggestions
  • Loading branch information
kadirnar authored Jul 11, 2024
2 parents 39eb886 + 6db1c32 commit 062d6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- --allow-missing-credentials

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
name: Upgrade code
Expand Down Expand Up @@ -50,7 +50,7 @@ repos:
exclude: 'docs/.*\.md'

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
name: Flake8 linting
Expand Down

0 comments on commit 062d6ea

Please sign in to comment.