Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #322

Merged
merged 2 commits into from
May 28, 2024
Merged
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/mwouts/jupytext
rev: v1.15.2
rev: v1.16.2
hooks:
- id: jupytext
args: [--sync]
Expand Down
2 changes: 1 addition & 1 deletion examples/Advanced_Sampling_Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.2
kernelspec:
display_name: Python 3
name: python3
Expand Down
2 changes: 1 addition & 1 deletion examples/Install_PySAGES_Environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.2
kernelspec:
display_name: Python 3
name: python3
Expand Down
2 changes: 1 addition & 1 deletion examples/hoomd-blue/ann/Butane_ANN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.2
kernelspec:
display_name: Python 3
name: python3
Expand Down
2 changes: 1 addition & 1 deletion examples/hoomd-blue/cff/Butane_CFF.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.2
kernelspec:
display_name: Python 3
name: python3
Expand Down
2 changes: 1 addition & 1 deletion examples/hoomd-blue/funn/Butane_FUNN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.2
kernelspec:
display_name: Python 3
name: python3
Expand Down
2 changes: 1 addition & 1 deletion examples/hoomd-blue/harmonic_bias/Harmonic_Bias.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.2
kernelspec:
display_name: Python 3
name: python3
Expand Down
2 changes: 1 addition & 1 deletion examples/hoomd-blue/spectral_abf/Butane-SpectralABF.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.2
kernelspec:
display_name: Python 3
language: python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.2
kernelspec:
display_name: Python 3
name: python3
Expand Down
2 changes: 1 addition & 1 deletion examples/openmm/Harmonic_Bias.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.2
kernelspec:
display_name: Python 3
language: python
Expand Down
2 changes: 1 addition & 1 deletion examples/openmm/metad/Metadynamics-ADP.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.2
kernelspec:
display_name: Python 3
name: python3
Expand Down
2 changes: 1 addition & 1 deletion examples/openmm/metad/nacl/Metadynamics_NaCl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.2
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
2 changes: 1 addition & 1 deletion examples/openmm/spectral_abf/ADP_SpectralABF.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.2
kernelspec:
display_name: Python 3
name: python3
Expand Down
Loading