Metadata-Version: 2.1
Name: pre-commit-copyright
Version: 0.1.3
Summary: Pre commit hooh to update the copyright
Home-page: https://hub.docker.com/r/sbrunner/pre-commit-copyright/
Keywords: pre-commit
Author: Stéphane Brunner
Author-email: stephane.brunner@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Requires-Dist: PyYAML
Project-URL: Repository, https://github.com/sbrunner/pre-commit-copyright
Description-Content-Type: text/markdown

# Pre commit to update the copyright header

[pre-commit](https://pre-commit.com/) hook used to check if the copyright is up to date.

### Adding to your `.pre-commit-config.yaml`

```yaml
repos:
  - repo: https://github.com/sbrunner/pre-commit-copyright
    rev: <version> # Use the ref you want to point at
    hooks:
      - id: copyright
```

