Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and eltos committed Feb 15, 2025
1 parent 1705486 commit d561078
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 28 deletions.
4 changes: 1 addition & 3 deletions xplt/base.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

""" Base methods for plotting
"""
"""Base methods for plotting"""

__author__ = "Philipp Niedermayer"
__contact__ = "eltos@outlook.de"
Expand Down
2 changes: 1 addition & 1 deletion xplt/colors.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

""" Color definitions
"""Color definitions
Colors from https://arxiv.org/abs/2107.02270
Expand Down
4 changes: 1 addition & 3 deletions xplt/hooks.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

""" Matplotlib setup
"""
"""Matplotlib setup"""

__author__ = "Philipp Niedermayer"
__contact__ = "eltos@outlook.de"
Expand Down
4 changes: 1 addition & 3 deletions xplt/line.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

""" Methods for plotting lines
"""
"""Methods for plotting lines"""

__author__ = "Philipp Niedermayer"
__contact__ = "eltos@outlook.de"
Expand Down
4 changes: 1 addition & 3 deletions xplt/particles.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

""" Methods for plotting phase space distributions
"""
"""Methods for plotting phase space distributions"""

__author__ = "Philipp Niedermayer"
__contact__ = "eltos@outlook.de"
Expand Down
4 changes: 1 addition & 3 deletions xplt/phasespace.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

""" Methods for plotting phase space distributions
"""
"""Methods for plotting phase space distributions"""

__author__ = "Philipp Niedermayer"
__contact__ = "eltos@outlook.de"
Expand Down
4 changes: 1 addition & 3 deletions xplt/properties.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

""" Methods to work with properties
"""
"""Methods to work with properties"""

__author__ = "Philipp Niedermayer"
__contact__ = "eltos@outlook.de"
Expand Down
4 changes: 1 addition & 3 deletions xplt/timestructure.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

""" Methods for plotting particle arrival times
"""
"""Methods for plotting particle arrival times"""

__author__ = "Philipp Niedermayer"
__contact__ = "eltos@outlook.de"
Expand Down
4 changes: 1 addition & 3 deletions xplt/twiss.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

""" Methods for plotting twiss
"""
"""Methods for plotting twiss"""

__author__ = "Philipp Niedermayer"
__contact__ = "eltos@outlook.de"
Expand Down
4 changes: 1 addition & 3 deletions xplt/util.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

""" Utility methods for accelerator physics
"""
"""Utility methods for accelerator physics"""

__author__ = "Philipp Niedermayer"
__contact__ = "eltos@outlook.de"
Expand Down

0 comments on commit d561078

Please # to comment.