diff --git a/README.md b/README.md index c6a750f..1ecf889 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Git hooks to optimize images based on the [pre-commit](https://github.com/pre-co Add this to your `.pre-commit-config.yaml`: ``` - repo: https://github.com/boidolr/pre-commit-images - rev: v1.5.2 # Use the ref you want to point at + rev: v1.6.0 # Use the ref you want to point at hooks: - id: optimize-png # - id: ... diff --git a/pyproject.toml b/pyproject.toml index e584ce4..68aaf2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ urls = {"Respository" = "https://github.com/boidolr/pre-commit-images"} license = {file = "LICENSE"} readme = "README.md" -version = "1.5.2" +version = "1.6.0" classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", @@ -68,6 +68,7 @@ select = [ "C4", # flake8-comprehensions "G", # flake8-logging-format "ANN", # flake8-annotations + # "ARG", # flake8-unused-arguments "SIM", # flake8-simplify "PT", # flake8-pytest-style "RET", # flake8-return