Skip to content

Commit aad5400

Browse files
lucianopazricardoV94
authored andcommitted
Use updated head_of_apache pre-commit step
1 parent e6767ab commit aad5400

File tree

217 files changed

+227
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+227
-226
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,17 @@ repos:
3737
hooks:
3838
- id: sphinx-lint
3939
args: ["."]
40-
#- repo: https://github.com/lucianopaz/head_of_apache
41-
# rev: "0.0.3"
42-
# hooks:
43-
# - id: head_of_apache
44-
# args:
45-
# - --author=The PyMC Developers
46-
# - --exclude=docs/
47-
# - --exclude=scripts/
48-
# - --exclude=binder/
49-
# - --exclude=versioneer.py
40+
- repo: https://github.com/lucianopaz/head_of_apache
41+
rev: "0.1.0"
42+
hooks:
43+
- id: head_of_apache
44+
args:
45+
- --author=The PyMC Developers
46+
- --exclude=docs/
47+
- --exclude=scripts/
48+
- --exclude=binder/
49+
- --exclude=versioneer.py
50+
- --last-year-present
5051
- repo: https://github.com/astral-sh/ruff-pre-commit
5152
rev: v0.9.1
5253
hooks:

benchmarks/benchmarks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The PyMC Developers
1+
# Copyright 2024 - present The PyMC Developers
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

benchmarks/benchmarks/benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The PyMC Developers
1+
# Copyright 2024 - present The PyMC Developers
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

pymc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The PyMC Developers
1+
# Copyright 2024 - present The PyMC Developers
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

pymc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The PyMC Developers
1+
# Copyright 2024 - present The PyMC Developers
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

pymc/backends/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The PyMC Developers
1+
# Copyright 2024 - present The PyMC Developers
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

pymc/backends/arviz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The PyMC Developers
1+
# Copyright 2024 - present The PyMC Developers
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

pymc/backends/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The PyMC Developers
1+
# Copyright 2024 - present The PyMC Developers
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

pymc/backends/mcbackend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The PyMC Developers
1+
# Copyright 2024 - present The PyMC Developers
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

pymc/backends/ndarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 The PyMC Developers
1+
# Copyright 2024 - present The PyMC Developers
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)