Skip to content

Commit fc8407d

Browse files
authored
Remove the Makefile (#460)
1 parent 277e4e9 commit fc8407d

4 files changed

Lines changed: 860 additions & 983 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.15.4
5+
rev: v0.15.6
66
hooks:
77
- id: ruff-check
88
args: [ --fix, --exit-non-zero-on-fix ]
99
- repo: https://github.com/psf/black
10-
rev: 26.1.0
10+
rev: 26.3.1
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/astral-sh/uv-pre-commit
1414
# uv version.
15-
rev: 0.10.8
15+
rev: 0.10.11
1616
hooks:
1717
- id: uv-lock

Makefile

Lines changed: 0 additions & 140 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sites-conformes"
3-
version = "2.5.3"
3+
version = "3.0.0"
44
description = "Gestionnaire de contenu permettant de créer et gérer un site internet basé sur le Système de design de l’État, accessible et responsive"
55
authors = [
66
{ name = "Sites Conformes dev team", email = "contact@sites.beta.gouv.fr" }

0 commit comments

Comments
 (0)