Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
- update pre-commit and hooks
- apply on all files
  • Loading branch information
devkral committed Oct 21, 2024
1 parent e62863f commit fd62974
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ insert_final_newline = true
indent_size = 2

[*.html]
insert_final_newline = true
insert_final_newline = true
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-toml
Expand All @@ -13,7 +13,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.5.1
rev: v0.7.0
hooks:
- id: ruff
args: ["--fix"]
Expand Down
2 changes: 1 addition & 1 deletion docs/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Event relared to the running of a task within the executor.
* **scheduled_run_times** - The time when the task was scheduled to be run.
* **return_value** - The return value of the task successfully executed.
* **exception** - The exception raised by the task.
* **traceback** - A formated traceback for the exception.
* **traceback** - A formated traceback for the exception.
2 changes: 1 addition & 1 deletion docs/overrides/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
</ul>
</nav> {% endcomment %}

{% extends "base.html" %}
{% extends "base.html" %}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Source = "https://github.com/dymmond/asyncz"


[tool.hatch.envs.default]
dependencies = ["pre-commit>=2.17.0,<3.0.0", "ipdb", "types-tzlocal"]
dependencies = ["pre-commit>=3.0.0,<5.0.0", "ipdb", "types-tzlocal"]

[project.optional-dependencies]
localtime=["tzlocal"]
Expand Down Expand Up @@ -151,7 +151,7 @@ line-length=99
select = ["E", "W", "F", "C", "B", "I", "UP", "SIM"]
ignore = ["E501", "B008", "C901", "B026"]

exclude = ["docs_src/*"]
exclude = ["docs_src/*", ".pdbrc"]

[tool.ruff.lint.isort]
known-third-party = ["esmerald", "pydantic", "starlette"]
Expand Down
2 changes: 1 addition & 1 deletion vendors/apscheduler/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion vendors/notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
All the vendors notes go in this folder.
All the vendors notes go in this folder.

0 comments on commit fd62974

Please sign in to comment.