Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ repos:
- id: end-of-file-fixer
- id: check-docstring-first
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.4
rev: v0.15.9
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
exclude: "\\{\\{ cookiecutter.repo_name \\}\\}"
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.1.0
rev: 26.3.1
hooks:
- id: black
- repo: https://github.com/keewis/blackdoc
rev: v0.4.6
hooks:
- id: blackdoc
additional_dependencies: ["black==26.1.0"]
additional_dependencies: ["black==26.3.1"]
- id: blackdoc-autoupdate-black
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.8.1
Expand Down
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cookiecutter_ template for a Python package.
# Cookiecutter\_ template for a Python package.

This is a [Cookiecutter](https://github.com/cookiecutter/cookiecutter) template for a python packages.
This is a [Cookiecutter](https://github.com/cookiecutter/cookiecutter) template for a python packages.

## How to use:

Expand All @@ -10,4 +10,4 @@ pip install cookiecutter

```
cookiecutter https://github.com/IAOCEA/cookiecutter-python
```
```