Skip to content

Commit

Permalink
Merge pull request #1600 from wyardley/wyardley/chore/update_dev_deps
Browse files Browse the repository at this point in the history
chore: lockfile update for dev dependencies
  • Loading branch information
jamesoff authored Feb 14, 2025
2 parents 2e14188 + 934d5b2 commit 0ff1f3a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
)$
- id: flake8
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/asottile/seed-isort-config
Expand Down
52 changes: 26 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion simplemonitor/monitor.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding=utf-8
"""A (fairly) simple host/service monitor. """
"""A (fairly) simple host/service monitor."""


import argparse
Expand Down

0 comments on commit 0ff1f3a

Please sign in to comment.